6 ms·
In addition to the AI use cases, sometimes you wanna share the data warehouse data in oltp way for fast lookups and high concurrency. Not sure whether Neon will
by antruok 1y ago
In addition to the AI use cases, sometimes you wanna share the data warehouse data in oltp way for fast lookups and high concurrency. Not sure whether Neon will do that but I hope so.
One example from Snowflake is hybrid tables which adds rowstore next to columnar.
OLAP + OLTP = HTAP
- bbohan 1y agoSingleStore been doing that for years . Unistore been strugglin
- antruok 1y agoI wonder why Singlestore has been so unpopular (at least I never hear about it). Quick guess is that HTAP itself isn’t a significant feature requirement, maybe just a cherry on top of other major db features.
- orangechairs 1y agoSingleStore (nee MemSQL) was/is niche -- great fit inside banks in particular.
- moonikakiss 1y agoit was a couple things. 1. It's really really hard to replace anyone's OLTP. 2. OLTP and OLAP are owned by such different teams. Who do you make your champion? 3. The modern HTAP dream is possible without something like SingleStore. You need a columnstore that can keep up with your OLTP tables and provide transactional correctness. Who cares if it's all within one system ps: I worked at SingleStore. https://www.mooncake.dev/blog/htap-is-dead https://www.mooncake.dev/blog/htap-is-dead