Arnoldo's Bliky/ posts/ OBSearch Surgery

I am going to do major refactoring on OBSearch.

  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.
  3. Re-implement the P+Tree so that the abstraction utility is used along with the bucket implementation. Use buckets to reduce disk access.
  4. Scrap the jxta index and leave everything ready for the Map-reduce and Hyper-table indexes.
  5. Change the package name, and remove lots of things that add noise to the project.
  6. Remove Oracle's code and use instead Java's native byte array operations.