2022-10-16 21:16:24 +02:00
|
|
|
- Warning when indexes overlap (data add or update)
|
|
|
|
- Data integrity on update (create temporary file with new data, rename old data file, move temporary file, remove old data file)
|
|
|
|
- Handle errors (such as permissions) in an explicit way
|
2022-10-18 20:10:25 +02:00
|
|
|
- Grooming (create a consistent and convenient API, comments)
|
2022-10-16 21:16:24 +02:00
|
|
|
- Improve data search
|
|
|
|
- Check for TODOs
|
2022-10-16 23:16:20 +02:00
|
|
|
- For indexes and partitions: check that the structure attribute exists.
|
2022-10-17 14:10:57 +02:00
|
|
|
- Verify names of indexes and partitions: names are directly related to directory paths.
|
2022-10-18 19:53:44 +02:00
|
|
|
- db/data-filepath instead of get-filepath.
|
2022-10-18 20:10:25 +02:00
|
|
|
- database -> db-path
|