Allow large Zotero collections #19

Open
opened 2024-10-02 20:55:13 +02:00 by stelzch · 0 comments
stelzch commented 2024-10-02 20:55:13 +02:00 (Migrated from github.com)

Currently, the plugin stores the Zotero collection as simple json file as received from the API and on startup loads it into RAM completely. This allows for fast access, but on low-memory devices large collections that might run us into issues.

Long-term solution could be to store data in a SQLite database, but this will require refactoring & migration effort.

Currently, the plugin stores the Zotero collection as simple json file as received from the API and on startup loads it into RAM completely. This allows for fast access, but on low-memory devices large collections that might run us into issues. Long-term solution could be to store data in a SQLite database, but this will require refactoring & migration effort.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: christoph/zotero.koplugin#19
No description provided.