Confirmed users
574
edits
(→Top of the Heap: Be able to search for multiple extensions at once.) |
(→Indexing: Add independent and parallel/incremental indexing.) |
||
| Line 47: | Line 47: | ||
=== Indexing === | === Indexing === | ||
* (B) Index trees independently. A build failure in one (with an unchanged format version) shouldn't totally scuttle an instance update. | |||
* (B) Parallel and/or incremental indexing. This will let us scale to more trees. | |||
* (3) Better support for JS, Python, etc. | * (3) Better support for JS, Python, etc. | ||
** Remove the C++ assumptions from the core so we can support structured queries on other languages. Python keeps coming up. Java and Scala did once as well. People mentioned JS a long time ago. | ** Remove the C++ assumptions from the core so we can support structured queries on other languages. Python keeps coming up. Java and Scala did once as well. People mentioned JS a long time ago. | ||