From a92b27d80d108d82908f6bdef0da3fc913e61397 Mon Sep 17 00:00:00 2001 From: Philippe PITTOLI Date: Mon, 6 May 2024 14:43:59 +0200 Subject: [PATCH] Add a TODO. --- TODO.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 TODO.md diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..1b66136 --- /dev/null +++ b/TODO.md @@ -0,0 +1,8 @@ +# API + +Cached indexes (index, partition, tags) should be used by default. +Uncached indexes should be an option, through a new function `add_uncached_index` or something. + +# Performance + +Search with some kind of "pagination" system: ask entries with a limit on the number of elements and an offset.