2024-06-01 02:15:11 +02:00
|
|
|
# Performance
|
2024-05-06 14:43:59 +02:00
|
|
|
|
2024-06-01 02:15:11 +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
|
|
|
|
2024-06-01 02:15:11 +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
|
|
|
|
2024-06-01 02:15:11 +02:00
|
|
|
- Finish the PDF to explain *why DODB*.
|
|
|
|
- Change *index* by *key* in `DODB::Storage` and inherited classes.
|