Difference between revisions of "Object caching.html"

From EVEmu Wiki
Jump to navigation Jump to search
(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...")
 
(No difference)

Latest revision as of 03:53, 4 April 2021

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.