Quantcast
Channel: How to swap MEMSQL tables using an atomic operation - Stack Overflow
Browsing latest articles
Browse All 2 View Live

Answer by Jack Chen for How to swap MEMSQL tables using an atomic operation

Yes, you could use views for this purpose. You can atomically change the view from one table to the other with ALTER VIEW. This sounds like it would be a good option for your use case, as you only need...

View Article



How to swap MEMSQL tables using an atomic operation

I have 2 column store MEMSQL tables a_primary and a_seconday. The a_primary is responsible to serve all read requests. I perform data refresh from warehouse to a_secondary table. Once data load and...

View Article
Browsing latest articles
Browse All 2 View Live




Latest Images