-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Documentation also updated to reflect current status.
- Loading branch information
unknown
authored and
unknown
committed
Jan 4, 2015
1 parent
68e2596
commit 8801f05
Showing
6 changed files
with
178 additions
and
107 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,14 @@ | ||
# TODO # | ||
|
||
1. Sharding (Morten is at work) | ||
2. Beef up error checking on file creation | ||
2. Parallel queries using isolates | ||
3. "c" data type (single byte indices) | ||
4. Timestamped non-overwriting updates | ||
5. Delete records (AFTER non-overwriting updates) | ||
6. Database reorg (throw away history) | ||
7. TimeStamp columns | ||
8. Aggregations in queries | ||
9. Add support for noFiles switch: run entirely in memory with no backing storage | ||
1. Enhance queries to support conditional functions... Eg. ('price' '>' 100)('Name' 'like' 'A%') | ||
1. Beef up error checking on file creation | ||
1. Database status reporting function (# shards, records in each, statistics, etc) | ||
1. Parallel queries using isolates | ||
1. User Guide | ||
1. "c" data type (single byte indices) | ||
1. Timestamped non-overwriting updates | ||
1. Delete records (AFTER non-overwriting updates) | ||
1. Database cleanup (throw away history) | ||
1. TimeStamp columns | ||
1. Aggregations in queries | ||
1. Add support for noFiles switch: run entirely in memory with no backing storage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
# User Guide # | ||
|
||
At the moment, the only "documentation" is the test suite. Load the code and trace through or inspect the function `TestVecdb.RunAll` (or rather the subfunction `basic`). | ||
At the moment, the only "documentation" is the test suite. Load the code and trace through or inspect the function `TestVecdb.RunAll` and its subfunctions. | ||
|
||
]load \vecdbfolder\*.dyalog | ||
TestVecdb.RunAll |
Oops, something went wrong.