I've been trying to come up with a better way to persist MV3D state info. Basically, I need a solution that meets the following:
Synchronous when saving data
Transactional
Extremely Fast when saving data
Maintains data consistency
Supports queries
Externally available (i.e. you can view/modify/query the data outside of MV3D)
Low CPU overhead
( Read more... )