EmmanuelOga / hypergraphdb

Automatically exported from code.google.com/p/hypergraphdb
1 stars 0 forks source link

Make Caching optional in HGConfiguration #101

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The default HGAtomCache implementation is optimized for typical usage but less 
so for bulk import of data. Furthermore, caching is also performed by the 
storage layer and by the OS, so caching might be done redundantly, which might 
also cause bigger memory consumption than strictly necessary.
HGAtomCache used should be defined in HGConfiguration, so it can be replaced by 
custom, storage-engine-based lightweight caches or temporarily disabled by 
using a fake cache for certain import scenarios. 

Original issue reported on code.google.com by Ingvar.Bogdahn on 4 Aug 2013 at 10:11

GoogleCodeExporter commented 9 years ago
Overlook on my side. Changes for cache as config option was made already long 
time ago.

Original comment by Ingvar.Bogdahn on 6 Aug 2013 at 8:39