aims-ks / atlasmapper

Automatically exported from code.google.com/p/atlasmapper
2 stars 0 forks source link

Cache using proper DataBase instead of JSON file #115

Closed gaellafond closed 5 years ago

gaellafond commented 5 years ago

The application cache is using a JSON file to maintain it's metadata and integrity. It's brittle and slow.

Using a properly indexed database, such as H2, would fix those issues.

gaellafond commented 5 years ago

Fixed in v2.0.2