|
|
|
|
|
by AndyNemmity
3249 days ago
|
|
Really a sort of odd choice though. I'd have gone the other way around with column store in memory, and row store on disk. Not that I think that's ideal either though, having both in memory for hot used data, and the rest on disk is ideal. With an extremely easy to use setup that makes it essentially automatic, but with rules engines for finer grained tuning. |
|
SQL Server similarly has the hekaton in-memory tables + columnstore indexes and the latest version allows combining both for in-memory columnstores.