|
|
|
|
|
by buremba
3260 days ago
|
|
Not that I'm aware of. It's tricky because the data storage format, query scan method, data distribution etc. requirements are different for OLTP/OLAP. However you can replicate the data to both OLTP and OLAP database and use both of them at the same time. That's people usually do.
In fact, even if there is a database for this use-case, it should probably do the same process internally so that you don't need to do it in application level. |
|