You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @GeoffreyPlitt and thank you! There are no plans to implement the PGM in a DBMS right now. Though, it would be awesome. I'll leave this issue open and maybe find someone to team up with :)
Hi! I thought about implementing something like this on top of B-tree. I've forked B-tree from core to extension. But did not find enough time to implement an interpolation search over a B-tree page. https://github.com/x4m/pg2m
If someone will try to use this extension - there is a small patch necessary to allow this extension to reuse sorting routines of B-tree. But there's nothing special - just remove "if( this is not B-tree) elog(ERROR,);" code.
This sounds exciting. Is it going to be implemented in a DB like Postgres soon?
The text was updated successfully, but these errors were encountered: