Object caching.html
Jump to navigation
Jump to search
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.