1. 444f112 revamped index lifecycle management interfaces to allow for more flexibility (needed in asterix for metadata) by zheilbron · 12 years ago
  2. a851201 reverted r1844 by zheilbron · 12 years ago
  3. 7a4ac20 added interface for deferring the closing of indexes by zheilbron · 12 years ago
  4. b5f8322 added LRU strategy to index lifecycle manager by zheilbron · 12 years ago
  5. caa4c61 Added flag for checking whether input to BTree bulk load is sorted or not. Still need to add better tests. by alexander.behm · 12 years ago
  6. 3b89343 added validate() method for IIndexes. Currently only supported for BTree/LSM-BTree by zheilbron · 12 years ago
  7. 53eec67 merged hyracks_asterix_stabilization r1702:1723 by zheilbron · 12 years ago
  8. f64599d exposed interface for index lifecycle management and added naive first implementation by zheilbron · 12 years ago
  9. 594a3c4 more dataflow helper changes and cleanup to ease the introduction of index lifecycle management by zheilbron · 12 years ago
  10. 456d513 changed the inverted index to manage the lifecycle of its btree on its own by zheilbron · 12 years ago
  11. c8fbea0 changed iinIIndex.open and IIndex.close to activate and deactive, respectively by zheilbron · 12 years ago
  12. 7d88c67 instrumented btree and lsmbtree with search opcallback calls by zheilbron · 12 years ago
  13. 196c2c4 added lifecycle tests for rtrees, btrees, lsmbtrees, and lsmrtrees... resolving issue 9 by zheilbron · 12 years ago
  14. 4b74391 merged hyracks_asterix_stabilization r1634:1651 by zheilbron · 12 years ago
  15. a165d0a implemented proper (and uniform) lifecycle management for all indexes by zheilbron · 12 years ago
  16. 6087964 refactored index interfaces to allow proper lifecycle management by zheilbron · 12 years ago
  17. 034209b merged hyracks_asterix_stabilization r1592:1594 by zheilbron · 12 years ago
  18. 621f01e Changed all indexes to use the new bulkload interface by zheilbron · 12 years ago
  19. 21bfc73 undo the revision r1582 in order not to change the interface of IIndexOperatorDescriptor and all sub-concrete-classes by kisskys · 12 years ago
  20. ee27ab9 added IIndexArtifactMap interface to generate permanent resourceId and changed IIndexOperatorDescriptor to deal with the IIndexArtifactMap by kisskys · 12 years ago
  21. f081de2 refactored opcallback interfaces and touchpoints by zheilbron · 12 years ago
  22. 2b5c3f7 Merged hyracks_asterix_stabilization r1491:r1544. by alexander.behm · 12 years ago
  23. 165465d merged hyracks_asterix_stabilization r1453:1468 by zheilbron · 13 years ago
  24. b1ee09f merged hyracks_asterix_stabilization r1440:1453 by zheilbron · 13 years ago
  25. 3dd54f5 Removed dependencies on hyracks-control-nc. by alexander.behm · 13 years ago
  26. e74da94 merged r1274:1322 from hyracks_dev_next by zheilbron · 13 years ago
  27. acce7c3 reverted to r1326 by zheilbron · 13 years ago
  28. ea80af0 Changed the resourceId(which was fileId) value into a persistent value. by kisskys · 13 years ago
  29. 5287de0 Using btree upsert in lsmbtree by zheilbron · 13 years ago
  30. 890182a Implemented BTree upsert. Using callback interface for logging. by alexander.behm · 13 years ago
  31. 5a23956 - Merged interface changes from hyracks_inverted_index_updates by zheilbron · 13 years ago
  32. 1d0f9a6 Moved tree index test framework to hyracks-test-support. Removed JUnit dependency from access method poms. Cleaned up all access method dependencies. by alexander.behm · 13 years ago
  33. 43382db Simplifying tree operators in preparation of LSM tree operators. by alexander.behm · 13 years ago
  34. 07769de Fixed thread-concurrency issues in tree indexes due to IBinaryComparator not being thread safe anymore. by alexander.behm · 13 years ago
  35. 9e8e57e Removing BTree reverse scan functionality because it is can cause latch deadlock, and adds more complexity to the BTRee. Changed search cursor, more changes to follow. by alexander.behm · 13 years ago
  36. ab03f27 Removed PageAllocationException. by alexander.behm · 13 years ago
  37. 5bb7164 Added getFieldCount() call to RecordDescriptor by vinayakb · 13 years ago
  38. 8ec0f61 Fixed NC memory leak. Fixed duplicate job cleanup. Cleaned up data treatment in Hyracks by vinayakb · 13 years ago
  39. ba3d1af Refactored all index operators for better sharing with inverted index operators. by alexander.behm · 13 years ago
  40. 29c653b Made Hyracks build more slient. by alexander.behm · 13 years ago
  41. 8a6ad29 Added BTreeUpdateSearch operator for Yingyi. by alexander.behm · 13 years ago
  42. fb3f9a9 Merged hyracks_dev_next into this branch. by alexander.behm · 13 years ago
  43. 3f1275e Fixed sisues 49 and 50. by alexander.behm · 13 years ago
  44. 23e4c49 Added InvertedIndexSearchOperator and first integration test. by alexander.behm · 13 years ago
  45. 609f3b9 Polished inverted index. Added integration test for inverted index bulk load. by alexander.behm · 13 years ago
  46. d13efb7 Applied BTree changes from LSM tree effort. Added isLoggable checks to all logger calls in BTree, RTree, and InvertedIndex. by alexander.behm · 13 years ago
  47. 7407537 Cleaned up createPushRuntime api by vinayakb · 13 years ago
  48. 44050ae Merged -r598:599 from trunk by vinayakb · 13 years ago
  49. da7955d Added index accessor for BTree and RTree. by alexander.behm · 13 years ago
  50. d426a0f Removed leafFrame, interiorFrame, and metaFrame parameters from methods that can internally create frames using factories, e.g., create(), createOpContext(), etc. by alexander.behm · 13 years ago
  51. e8fc473 Merged hyracks_dev_next into this branch. Fixed a bug in the BTree interior node where deletion would happen incorrectly if that node was the root, and if was last existing key was deleted. by alexander.behm · 13 years ago
  52. f46fefa Updated version of branch to 0.2.0-SNAPSHOT by vinayakb · 13 years ago
  53. f46bb54 Removed MultiComparator from insert API in TreeIndexFrame. by alexander.behm · 13 years ago
  54. 2d48ff2 Removed typeTraits from MultiComparator. by alexander.behm · 13 years ago
  55. ff74107 Made IPrimitiveValueProviders an RTree internal thing for better encapsulation. Also removed them from MultiComparator in my quest to clean up the MultiComparator. by alexander.behm · 13 years ago
  56. 48d4cc1 Preparing to clean up MultiComparator. Removed all references to MultiComparator.getFieldCount(). by alexander.behm · 13 years ago
  57. 2233fdd Still more BTree cleaning. by alexander.behm · 13 years ago
  58. 39bfd65 Removing eclipse junk files. by alexander.behm · 13 years ago
  59. 6a6a938 - Added a value provider to allow the r-tree to get the actual key values. by salsubaiee · 13 years ago
  60. f787877 Added fail() call to IFrameWriter by vinayakb · 13 years ago
  61. d0f1ffb Merged 500:541 from trunk by vinayakb · 13 years ago
  62. caf7405 Merged r497:500 from trunk by vinayakb · 13 years ago
  63. 42c7054 Merged r436:440 from trunk by vinayakb · 14 years ago
  64. 1774c50 Merged r432 from trunk by vinayakb · 14 years ago
  65. ceb312d Added sort-merge collector. tests pass by vinayakb · 14 years ago
  66. e809eb0 Partial commit. Code compiles, but not complete by vinayakb · 14 years ago
  67. 759fb5f Merged -r 330:354 from trunk by vinayakb · 14 years ago
  68. 74c7207 Merged r289:290 from the hyracks_io_management branch by vinayakb · 14 years ago
  69. 8024c92 [maven-release-plugin] prepare for next development iteration by vinayakb · 14 years ago
  70. e7388ac [maven-release-plugin] prepare release hyracks-0.1.3 by vinayakb · 14 years ago
  71. b19569f [maven-release-plugin] rollback the release of hyracks-0.1.3 by vinayakb · 14 years ago
  72. b1aa280 [maven-release-plugin] prepare for next development iteration by vinayakb · 14 years ago
  73. 53275ce [maven-release-plugin] prepare release hyracks-0.1.3 by vinayakb · 14 years ago
  74. 2daa123 Formatted code in Asterix style and added copyright info to all files. by alexander.behm · 14 years ago
  75. 4e09438 1. Changed BTree code to use the new IBufferCache and IStorageManagerInterface to cleanly deal with the lifecycle of files. by alexander.behm · 14 years ago
  76. d301105 Merged r248:249 from trunk by alexander.behm · 14 years ago
  77. 05ab473 Ported changes in storage common by vinayakb · 14 years ago
  78. 1429814 Bugfixes related to combining compressed BTree leaf frames with TypeAwareTupleWriter. by alexander.behm · 14 years ago
  79. 3b374bd Improved BTree ops to generate less objects. For example, BTreeOpContext can now be reused for multiple operations. by alexander.behm · 14 years ago
  80. 7287026 Added support for open intervals in BTree searches. by alexander.behm · 14 years ago
  81. da00758 added simple inverted index based on btree. conjunctive queries supported. by alexander.behm · 14 years ago