Mehboob Alam
Mehboob Alam
Currently the changes needed to Postgres core are less than a 1000 lines of code. Due to the separate development schedules for Postgres and OrioleDB, these changes cannot be unstreamed...
Feel free to check out the patches for Postgres that enable the advanced functionality that OrioleDB accomplishes https://github.com/orioledb/postgres
OrioleDB is a storage engine designed to integrate into Postgres via the Table Access Method framework which is a standardized API framework. OrioleDB requires certain additional hooks in this API...
More details will be coming after June, but please reach out to Alexander via email for a private briefing. [email protected]
Please take into consideration that this is a storage engine and does not modify the parts of the Postgres core that handle connections etc. Thread-based connections is an ongoing discussion...
thank you for this, you made my day :) I will think of a special prize for your contribution. please email me :)
Currently the changes needed to Postgres core are less than a 1000 lines of code. Due to the separate development schedules for Postgres and OrioleDB, these changes cannot be unstreamed...
Feel free to check out the patches for Postgres that enable the advanced functionality that OrioleDB accomplishes https://github.com/orioledb/postgres