PGM Indexes: Learned indexes that match B-tree performance with 83x less space
1–10 of 124 posts
Re: PGM Indexes: Learned indexes that match B-tree performance with 83x less space
#2Re: PGM Indexes: Learned indexes that match B-tree performance with 83x less space
#3In the example they sort the data array. Does that mean this works just on sorted arrays? Insert and delete performance would be horrible I guess.
I agree the example would be more eye-catching without that sort.
Re: PGM Indexes: Learned indexes that match B-tree performance with 83x less space
#4Re: PGM Indexes: Learned indexes that match B-tree performance with 83x less space
#5Re: PGM Indexes: Learned indexes that match B-tree performance with 83x less space
#6They should have chosen another name, the acronym PGM already stands for Probabilistic Graphical Model and they overlap in possible usages.
Re: PGM Indexes: Learned indexes that match B-tree performance with 83x less space
#7How would one (very roughly) approximate what this index does in terms of big-O notation for time and space? Is it the same as a b-tree in time but with linearly less space?
Re: PGM Indexes: Learned indexes that match B-tree performance with 83x less space
#8In the example they sort the data array. Does that mean this works just on sorted arrays? Insert and delete performance would be horrible I guess.
Re: PGM Indexes: Learned indexes that match B-tree performance with 83x less space
#9They should have chosen another name, the acronym PGM already stands for Probabilistic Graphical Model and they overlap in possible usages.
Re: PGM Indexes: Learned indexes that match B-tree performance with 83x less space
#10In the example they sort the data array. Does that mean this works just on sorted arrays? Insert and delete performance would be horrible I guess.