Object caching.html
Revision as of 02:53, 4 April 2021 by DarksHeiress (talk | contribs) (Created page with "== <span id="Ideas_on_how_we_can_create_an_In-Memory_Database_using_caching_or_other_methods" class="mw-headline"> '''Ideas on how we can create an In-Memory Database using ca...")
Ideas on how we can create an In-Memory Database using caching or other methods
METHOD 1 - Expand CacheObjectMgr?
Maximus: It would have data storage + several basic methods to update cache content - some sort of delete, insert and update methods ( the last one in two forms: one for remove, update, insert methodology and one for update and leave one ).
METHOD 2 - Use MySQL Cluster
Shane has been working to try to successfully setup the minimum required 3 nodes to get it up and running. This system uses an In-Memory Database with proper backend connection to the disk based DB.