dodb.cr/TODO.md

14 lines
486 B
Markdown
Raw Permalink Normal View History

# Performance
2024-05-06 14:43:59 +02:00
- search functions of *index objects* with a "pagination" system: ask entries with a limit on the number of elements and an offset.
2024-05-06 14:43:59 +02:00
# Memory and file-system management
- When a value is removed, the related partitions (and tags) may be empty, leaving both an empty array
in memory and a directory on the file-system. Should they be removed?
# Documentation
2024-05-06 14:43:59 +02:00
- Finish the PDF to explain *why DODB*.
- Change *index* by *key* in `DODB::Storage` and inherited classes.