Closed andrii0lomakin closed 9 years ago
WDYT about creating a compression factory with Snappy as implementation and a Nothing as default?
Something like OCompressionFactory{getCompression(String name);register(String name, OCompression algo);} OCompression{compress();uncompress();}
In this way we could use it in different places even OStorageLocal where compression.compress() do nothing by default.
WDYT?
I'm going to open a new issue...
Yes, Sure why not.
On Mon, Apr 1, 2013 at 11:51 AM, Luca Garulli notifications@github.comwrote:
I'm going to open a new issue...
— Reply to this email directly or view it on GitHubhttps://github.com/nuvolabase/orientdb/issues/1404#issuecomment-15708782 .
With best regards, Andrey Lomakin
It already exists: issue #208
plocal is stable now to release but we need to do some improvements to be sure that restore procedure is ready on 100% so we move it to 2.0
I added several sub issues when they will be finished this issue can be completed. https://github.com/orientechnologies/orientdb/issues/1608 https://github.com/orientechnologies/orientdb/issues/1607 https://github.com/orientechnologies/orientdb/issues/1606 https://github.com/orientechnologies/orientdb/issues/1605 https://github.com/orientechnologies/orientdb/issues/1604 https://github.com/orientechnologies/orientdb/issues/1603 https://github.com/orientechnologies/orientdb/issues/1602 https://github.com/orientechnologies/orientdb/issues/1626
@laa Is this fixed?
No, till we fix issues listed in https://github.com/orientechnologies/orientdb/issues/1404#issuecomment-22461169
@laa What's the status of this?
we may close this issue
Current storage uses MMAP as disk buffer which means that management of disk pages relies upon OS not DB itself as result we can control cache behavior in limited manner and this also makes storage not safe in case of power failure to improve given situation following is proposed: