1. bc7dfa8 Update the tests to use the rewritten HyracksDataset API. by madhusudancs@gmail.com · 12 years ago
  2. 7990356 Implement the support in Algebricks to instantiate a result writer operator. by madhusudancs@gmail.com · 12 years ago
  3. 801ad55 Completely rewrite the HyracksDataset client API class to use the new serializer and fetch the records buffer by before. by madhusudancs@gmail.com · 12 years ago
  4. 6d90e3e Style and documentation fixes. by madhusudancs@gmail.com · 12 years ago
  5. 0b2aca3 Add the support to pass serialized record descriptor to the dataset directory service which was missed in the previous commit. by madhusudancs@gmail.com · 12 years ago
  6. 78f8c00 Remove the job id parameter to fetch the dataset directory service info. by madhusudancs@gmail.com · 12 years ago
  7. 37b7d29 Implement the client side of RPCs to give the clients the ability to retrieve serialized record descriptor. by madhusudancs@gmail.com · 12 years ago
  8. a66e9dc Rewrite the dataset directory service. by madhusudancs@gmail.com · 12 years ago
  9. dac14cf Pass the serialized record descriptor all the way upto dataset directory service in the RPC chain. by madhusudancs@gmail.com · 12 years ago
  10. a1e56ce Teach result writer operator about the record descriptor. by madhusudancs@gmail.com · 12 years ago
  11. 4bb03e9 Revert the hyracks version to 0.2.2 for all the packages. by madhusudancs@gmail.com · 12 years ago
  12. a712e6a Reintegrated changes from hyracks_lsm_experiments. by alexander.behm · 12 years ago
  13. bd55391 Merged hyracks_lsm_tree r2782:r2822. by alexander.behm · 12 years ago
  14. eec9c3d Added some comments. by alexander.behm · 12 years ago
  15. e52c9e2 Minor variable renaming change. by salsubaiee · 12 years ago
  16. b8b3ccc set ignore properties on bloomfilter modules by zheilbron · 12 years ago
  17. 7ffbb11 add tests for Hadoop new API code path by buyingyi · 12 years ago
  18. f4cbe83 1. let hyracks-hdfs support hadoop new API\n 2. let Pregelix use hyracks-hdfs functionality;\n 3. increase degree-of-parallelism in tests by buyingyi · 12 years ago
  19. eb55df5 clean up hyracks-hdfs module by buyingyi · 12 years ago
  20. 0201e3e Fixed POM file by vinayakb · 12 years ago
  21. c0807e1 Merged fullstack_staging -r 2807:2808 by vinayakb · 12 years ago
  22. a8d545c Fixed issues in POM files. Ignored temporary files created during a build by vinayakb · 12 years ago
  23. d25f310 Reintegrated hyracks_lsm_tree_bloom_filter branch by salsubaiee · 12 years ago
  24. 9c4d282 merged hyracks_lsm_tree into branch -r2801:2803 by salsubaiee · 12 years ago
  25. 95e6f46 merged hyracks_lsm_tree into branch -r2799:2801 by salsubaiee · 12 years ago
  26. eff277b merged hyracks_lsm_tree into branch -r2779:2779 by salsubaiee · 12 years ago
  27. 8578c25 Minor changes in the index's dataflow operators to pass bloom filter information. by salsubaiee · 12 years ago
  28. 1b2f548 Improved common subexpression elimination to speed up rares-style fuzzy joins. Fixed a bug. Code reviewed by Yingyi. by alexander.behm · 12 years ago
  29. 12ff3d1 add tests for the hyracks-hdfs module by buyingyi · 12 years ago
  30. 96b8caf rename hyracks-hdfs-scheduler to hyracks-hdfs by buyingyi · 12 years ago
  31. 6186e13 rename package by buyingyi · 12 years ago
  32. 5b939f2 add generalized hdfs read/writer operators by buyingyi · 12 years ago
  33. 2c06ee6 add the hyracks-hdfs-scheduler module by buyingyi · 12 years ago
  34. f9bf4ad Merged hyracks_lsm_tree r2599:r2780. by alexander.behm · 12 years ago
  35. 8ececea merged hyracks_lsm_tree into branch -r2751:2779 by salsubaiee · 12 years ago
  36. 06d8a8f All lsm indexes (BTree, RTree, and inverted index) are now using bloom filters whenever possible. by salsubaiee · 12 years ago
  37. ef39cdb Merged fullstack_asterix_stabilization -r 2770:2771 by vinayakb · 12 years ago
  38. c64cf78 Ignored eclipse files in SVN by vinayakb · 12 years ago
  39. ca73b72 Created branch for Asterix to use by vinayakb · 12 years ago
  40. 3d0bd74 Merged fullstack_staging_bigmerge_target -r 2735:2760 by vinayakb · 12 years ago
  41. 810179b Utilized bloom filters in LSM-BTree point search. by salsubaiee · 12 years ago
  42. 0e30aed Merged hyracks_asterix_stabilization_left_outer_join by vinayakb · 12 years ago
  43. a6b7b87 fix the binary hash function family issue in hivesterix by buyingyi · 12 years ago
  44. bb36205 merged hyracks_lsm_tree into branch -r2707:2751 by salsubaiee · 12 years ago
  45. cd9ce32 Made sure bloom filters don't hold latches after insertion is over (pages are still pinned). Changed the bloom filter insertion to use a bulkload-like interface. Changed the bulkload interface for all indexes to accept number of elements hint. Various bug fixes. by salsubaiee · 12 years ago
  46. 5d8a2f2 Merged hyracks_asterix_stabilization_yfix r2529, r2551, r2564, r2575, r2576, r2577, r2584, and r2597 by vinayakb · 12 years ago
  47. 9bdd380 added force/undo operations to the lsm indexes; enabled proper logging callbacks for secondary indexes by zheilbron · 12 years ago
  48. 5bbba12 Merged hyracks_asterix_stabilization -r 2355:2733 by vinayakb · 12 years ago
  49. 27ac9d9 changes towards recovery by kisskys · 12 years ago
  50. d88caa7 Created branch to stage the big merge from hyracks_asterix_stabilization to fullstack_staging by vinayakb · 12 years ago
  51. 6c149f3 Fixed a bug in the lsm btree file manager. by salsubaiee · 12 years ago
  52. 0b0bd8c Changed number of missed heartbeats before a node is considered dead. by alexander.behm · 12 years ago
  53. 6330ee5 changes towards recovery by kisskys · 12 years ago
  54. aadfa06 merged hyracks_lsm_tree into branch -r2702:2707 by salsubaiee · 12 years ago
  55. b8073f3 fixed bug that caused merge operations not to cleanup merged components by zheilbron · 12 years ago
  56. 81d2b6b Integrated bloom filters with LSM-BTree during flushes, merges, and bulkload. All tests pass except the merge test due to what it seems a bug in the cleanup after merges if there are no search threads accessing the disk components. Next is to use bloom filters during search and also with other lsm indexes. by salsubaiee · 12 years ago
  57. 4ae39f6 Removed binary files that were added by mistake in the previous commit. by salsubaiee · 12 years ago
  58. 8912c19 Fixed couple of bugs, added minor optimizations, and added more tests. by salsubaiee · 12 years ago
  59. 78737fa Merged hyracks_lsm_tree into branch -r2668:2702. by salsubaiee · 12 years ago
  60. 61a2442 added option to conditionally flush an LSM index when it is being deactivated; added missing file from previous commit by zheilbron · 12 years ago
  61. 874c474 added proper IO Opcallback for when LSM indexes are deactivatd by zheilbron · 12 years ago
  62. 8161789 added some comments while reviewing the IndexLifecycleManager by zheilbron · 12 years ago
  63. 21e672a Added bloom filter implementation. Additional extensive testing is still needed. by salsubaiee · 12 years ago
  64. 85ca031 Fixed a bug. by alexander.behm · 12 years ago
  65. e94253e add insert/delete vertex support by buyingyi · 12 years ago
  66. 822aaec9 cleanup the maximal clique example by buyingyi · 12 years ago
  67. 5b54956 clean up examples by buyingyi · 12 years ago
  68. 8d8d477 Changed broadcast side of indexed nested loops join. by alexander.behm · 12 years ago
  69. d41b9b9 make example job outputs concise by buyingyi · 12 years ago
  70. ddfa974 add missing files of the maximal clique example by buyingyi · 12 years ago
  71. 55a5b50 add the maximal clique example by buyingyi · 12 years ago
  72. c0ec868 Fixed a performance bug that might have caused significant slowdown for inverted-index construction. by alexander.behm · 12 years ago
  73. aad2044 minor refactoring by buyingyi · 12 years ago
  74. 35b4a43 support job specific frame size in Pregelix by buyingyi · 12 years ago
  75. 4100d48 major reworking of all lsm indexes with respect to synchronization and interfacing with the lsmharness by zheilbron · 12 years ago
  76. 7c07f83 add the triangle counting example by buyingyi · 12 years ago
  77. 93bbf99 Fixed a bug (reported by Zack) in the r-tree insert method. The issue turned out to occur when all the objects residing inside an MBR are points that are aligned exactly on the same line causing the area of that MBR to be exactly zero which makes the r-tree think that it does not need to enlarge the MBR if a new object (to be inserted into this node) is also aligned with the MBR line but it does not fall on it. by salsubaiee · 12 years ago
  78. 5acbc27 add/remove edge support in pregelix by buyingyi · 12 years ago
  79. 8083de1 let Pregelix support dynamic vertex value size by buyingyi · 12 years ago
  80. 8f8a051 fix the hivesterix test suite by buyingyi · 12 years ago
  81. b33942d Hopefully fixed a performance bug, still need to test on cluster. by alexander.behm · 12 years ago
  82. 1113e14 reduce the memory copies in the index join runtime by buyingyi · 12 years ago
  83. 25c53e5 change one hyracks dependency version by buyingyi · 12 years ago
  84. 7cf2405 change optimization config by buyingyi · 12 years ago
  85. 7f4f724 clean up warnings in hivesterix codebase by buyingyi · 12 years ago
  86. 90b9e7d reformat hivesterix sources by buyingyi · 12 years ago
  87. 4d63fc0 creating a branch to add bloom filters to lsm indexes. by salsubaiee · 12 years ago
  88. 091dab5 Rename ImmediateScheduler to SynchronousScheduler; by zheilbron · 12 years ago
  89. c1fdccc minor cleanup: fixed typo; swapped sync objects for sync on 'this' by zheilbron · 12 years ago
  90. 5195427 getWrite/ReadDevices returns Set instead of List; by zheilbron · 12 years ago
  91. 2e6edf5 merged the creation and scheduling of flushes and merge IO operations to a single call by zheilbron · 12 years ago
  92. b652d52 removed flush controller; ILSMIndex replaces the functionality by zheilbron · 12 years ago
  93. ac63b29 Reduced size of lsm in-memory components. Changed sort, hash and join buffers to 256MB. by alexander.behm · 12 years ago
  94. 8c94571 Changed sort hash and join memories to 340MB. by alexander.behm · 12 years ago
  95. e6484a9 Changed operator memory settings. Made some minor perf improvements to inverted index searches. by alexander.behm · 12 years ago
  96. 486260b Improved common subexpression elimination to speed up Rares FJ. Changed default frame size in optimization config to 128KB. Added deployment script for convenience. by alexander.behm · 12 years ago
  97. 0d04e16 Creating branch to run experiments on that require changes. by alexander.behm · 12 years ago
  98. 367564e Allowing LSM file managers to be initialized with a starting IO device index. Using that mechanism, the first disk component of the i-th partition of an Asterix LSM index is written on the i-th IO device (further components are assigned to IO devices in a round robin fashion). by alexander.behm · 12 years ago
  99. 20a817c * The cleanup of the merged components in the LSM indexes is now the responsibility of either: the last existing search thread (in case the merge process is over and there are still search threads accessing the merged components), or the merge thread itself (in case the merge process is over and there are no search threads accessing the merged components). * Allowed concurrent merges to occur at the same time instead of the old design which only allowed one merge process at a time per LSM index. by salsubaiee · 12 years ago
  100. 8934d96 Merged hyracks_asterix_stabilization r2564:r2569. by alexander.behm · 12 years ago