Sébastien HEITZMANN
Sébastien HEITZMANN
| Q | A | --- | --- | Bug fix? | no | New feature? | yes | BC breaks? | no | Deprecations? | no | Fixed tickets...
https://github.com/sulu/sulu/blob/c4867cbe8b9f43e03fd2488c3156c0805c998858/src/Sulu/Bundle/CoreBundle/Resources/config/cache.xml#L7 The twig extension use a Memoize class that cache all the data in an Doctrine array cache. The doctrine cache is deprecated. It's usefull to cache this info in...
Pull request to merge sstables without tombstone. Todo list : - create a test in compaction_test to check the removal of tombstoned value - correct compation - add a mechanism...
The contains of the readers already handle the "tombstone" case.
I think that it should be possible to scan only the keys. It could be faster by the way that we only need to read the index, and no need...