Gitiles
Code Review
Sign In
asterix-gerrit.ics.uci.edu
/
asterixdb
/
15dd1cd18ae7c815d90672a1acb312fc4ddfb45c
/
hyracks-storage-am-common
e3a54f5
Refactoring and continuing work on inverted index ops.
by alexander.behm
· 13 years ago
69b3e9d
Starting implementation of Inverted Index operators. Did some refactoring of the BTree in the process.
by alexander.behm
· 13 years ago
0d161a0
Merged trunk -r 363:437 into branch
by alexander.behm
· 13 years ago
75f9960
Added BTreeStats operator. Fixed some minor bugs in the process.
by alexander.behm
· 13 years ago
8c43111
1. Fixed BTree bug where the insertion of a duplicate key that would cause a split (if it wasn't a duplicate) leads to allocation of a new page that is never used. This bug did not affect correctness, only performance, i.e., the file size.
by alexander.behm
· 14 years ago
f83ff0a
Starting to Add BTree utilities like stats gathering.
by alexander.behm
· 14 years ago
00d9db1
1. Inverted lists are now more generic. An inverted list is a sorted list of fixed-size tuples.
by alexander.behm
· 14 years ago
8a28968
Added the split method Fixed various bugs
by salsubaiee
· 14 years ago
e491778
Minor fix.
by alexander.behm
· 14 years ago
6edfb2b
More BTree refactoring for better code sharing.
by alexander.behm
· 14 years ago
e7206af
Fixed bug where free space is incorrectly initialized. Removed target folder committed by mistake.
by alexander.behm
· 14 years ago
c764bb6
Refactored BTree code to allow better code sharing with RTree.
by alexander.behm
· 14 years ago
0295f94
More refactoring of BTree code to allow better reusability.
by alexander.behm
· 14 years ago
940c8e1
Beginning refactoring of BTree code to allow cleaner sharing with RTree. Factored out the free page manager in this commit.
by alexander.behm
· 14 years ago