1. e915e8c Change Java package from edu.uci.ics to org.apache by Ian Maxon · 10 years ago
  2. 9939b48 Change folder structure for Java repackage by Ian Maxon · 9 years ago
  3. da37cb2 Introducing data replication API to LSM indexes by Murtadha Hubail · 9 years ago
  4. fac0d34 1. Fix the "writerCount!=0 during component flushing" issue by Yingyi Bu · 10 years ago
  5. 7f7c573 Add a flag for LSM-based indices to indicate whether force pages to disk devices during flush and merge. by buyingyi · 10 years ago
  6. e0f048d - Fixed Type Casting issue by Taewoo Kim · 10 years ago
  7. 0bad0f5 avoid duplication of Pointable code in SerializerDeserializer by Till Westmann · 10 years ago
  8. a3da3e9 Changes to allow having the no-merge policy as an option in asterix. by salsubaiee · 10 years ago
  9. 09da56b Added LSM component-level filters for all indexes. by salsubaiee · 11 years ago
  10. 40508e8 Adding external indexes by Abdullah Alamoudi · 11 years ago
  11. ffe96a2 Various bug and performance fixes for the lsm indexes. by salsubaiee · 11 years ago
  12. 74c88c4 Fix a bug related to merges in LSMRTree by Abdullah Alamoudi · 11 years ago
  13. e82193f Fix the LSM Rtree force modify by Abdullah Alamoudi · 11 years ago
  14. a91842e LSM Rtree Optimization by Abdullah Alamoudi · 11 years ago
  15. d346d3e fix merge issue 131 in LSM R-Tree and LSM Inverted Index by Abdullah Alamoudi · 11 years ago
  16. dfb026a fix IIndexAccessor interface, add a boolean exclusiveMode parameter for the createSearchCursor method by buyingyi · 11 years ago
  17. a1f2c5c Pages are decided to be dirty when the write latches are released. Optimized the scan and update cursor. by salsubaiee · 11 years ago
  18. 5931ffe Fix for asterix issue 630. by salsubaiee · 11 years ago
  19. 579729d Pass the opTrackerFactory instead of null. by salsubaiee · 11 years ago
  20. 4ab69b6 Merge master into salsubaiee/master_issue_92. by salsubaiee · 11 years ago
  21. 89cafca Allowed user to specify the merging policy by salsubaiee · 11 years ago
  22. 8f58a45 Support for full compation. by salsubaiee · 11 years ago
  23. 1fc6fe6 Changed the location of clearing the component holder. by salsubaiee · 11 years ago
  24. c13a67c Allowed merge subset of the disk components correctly. Added new merge policy. by salsubaiee · 11 years ago
  25. fd2a242 checkpoint towards fixing LSN related issues(issue 591, 609, and 614) and more by Young-Seok · 11 years ago
  26. 14c34b0 change a method name and added comments. by salsubaiee · 11 years ago
  27. df119e1 Catch the correct excpetion type. by salsubaiee · 11 years ago
  28. 06f0f07 Changed the io scheduler to allow asynchronous concurrent flush/merge ops. by salsubaiee · 11 years ago
  29. 90001b0 Another round of renaming. by salsubaiee · 11 years ago
  30. a3ece2b Another round of code cleanup. by salsubaiee · 11 years ago
  31. f6baa93 Added files missed from previous commit. by salsubaiee · 11 years ago
  32. 93728b7 Renaming classes and vars. by salsubaiee · 11 years ago
  33. 75fca51 Fixed casting bug. by salsubaiee · 11 years ago
  34. 3af8631 Fixed a bug in the lsm rtree merge op context reset. by salsubaiee · 11 years ago
  35. f6f3bc6 Another round of refactoring. Moved critical code to sync. blocks. by salsubaiee · 11 years ago
  36. e3dfa5d Code refactoring and cleanup. by salsubaiee · 11 years ago
  37. eb942e5 Bug fixes. by salsubaiee · 11 years ago
  38. b61da8d Added many fixes. Checkpointing. by salsubaiee · 11 years ago
  39. 9c1cfc5 Remeoved debugging code. by salsubaiee · 11 years ago
  40. bc8a2c6 Implemented k-buffering for lsm indexes. Also add a fix for issues 589 and 594. by salsubaiee · 11 years ago
  41. 8dee2c9 Use atomic boolean for a var that is being accessed and modified by multiple threads. by salsubaiee · 11 years ago
  42. 0b79529 Fix for issue 575. by salsubaiee · 11 years ago
  43. 5d0c16d let inserting duplicate keys become a NoOp instead of throwing exceptions which fail the job by buyingyi · 11 years ago
  44. dd895d3 address Sattam's comments by buyingyi · 11 years ago
  45. 5b4c82a Fixed issues in bulkload cleanup in case of errors. by salsubaiee · 12 years ago
  46. 2be7fcd LSM-indexes are now unaware of io devices. Absolute directory info is passed to the index. by salsubaiee · 12 years ago
  47. 3dd3818 Delete the artifacts of a loaded component if it turn out to be an empty load. by salsubaiee · 12 years ago
  48. e273a6b Pass a boolean argument to the bulkload to decides if checking for an empty index is needed. by salsubaiee · 12 years ago
  49. 136aeb1 Prevented bulkloading an lsm index if it is not empty. by salsubaiee · 12 years ago
  50. 276bbc2 add/update license headers by Till Westmann · 12 years ago
  51. aa7da00 ensuring new lifecycle changes work with all indexes by zheilbron · 12 years ago
  52. 615b940 use a provider rather than a factory for operationtrackers by zheilbron · 12 years ago
  53. e819029 activating/deactivating an index multiple times now throws error by zheilbron · 12 years ago
  54. 72022da fixed bug in partial frame flushing for LSM index insertupdel by zheilbron · 12 years ago
  55. 833fa9d Merge branch 'master' into zheilbron/hyracks_asterix_issue470 by zheilbron · 12 years ago
  56. 9186c7b added IVirtualBufferCacheProvider interface; fixed bug in VBC; add reference counts to VBC open/close methods; give unique virtual file names in lsm indices by zheilbron · 12 years ago
  57. 195dc3b removed DualIndexFreePageManager; renamed InMemoryFreePage* to VirtualFreePage*; changed LSM index to construct FreePageManagers rather than pass them in by zheilbron · 12 years ago
  58. 2c08ad1 replaced (Dual)InMemoryBufferCache with VirtualBufferCache by zheilbron · 12 years ago
  59. cb04672 LSM indexes now operatos in a single IODevice (the device id is passed from asterix). by salsubaiee · 12 years ago
  60. abd2fe1 Passing bloom filter parameters to the LSM indexes. by salsubaiee · 12 years ago
  61. 422aaee added log messages for LSM index flushes and merges by zheilbron · 12 years ago
  62. f995c51 Made the fix for issue 100 clearer by zheilbron · 12 years ago
  63. 5e87ed9 instrumented LSM RTree with modification operation callbacks by Zachary Heilbron · 12 years ago
  64. 67cfc74 fix issue 97 by zheilbron · 12 years ago
  65. 3943d54 Fixed the logic used to clean the lsm files in a directory. The previous logic caused some stale files to be considered as valid files, and as a result a sanity excpetion was thrown. by salsubaiee · 12 years ago
  66. 5728a70 merged hyracks_lsm_tree and fullstack_asterix_stabilization by zheilbron · 12 years ago