Comment on How MySQL memory table saved the dayparentComments−mtdewcmu12yAs I understood it, the memory tables are read-only. They're like a cache. So transactions aren't needed.−willvarfar12yExcept for that awkward time when the tables are refreshed?−taf212yCould use two memory DBs and rotate them
Comments
As I understood it, the memory tables are read-only. They're like a cache. So transactions aren't needed.
Except for that awkward time when the tables are refreshed?
Could use two memory DBs and rotate them