Arnoldo's Bliky/ posts/ OBSearch

Status:

  1. I really need now to support all the primitive data-types so I want to reduce the size of the templates to the maximum possible.
  2. I want to add long support for each object. Now we can have long objects in the DB. [done]
  3. Re-implement the P+Tree so that the abstraction utility is used along with the bucket implementation. [done] Use buckets to reduce disk access.
  4. Scrap the jxta index and leave everything ready for the Map-reduce and Hyper-table indexes. [done]
  5. Change the package name, and remove lots of things that add noise to the project. [done]
  6. Remove Oracle's code and use instead Java's native byte array operations. [done]