Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Re-implement PostgresStorageNode to work like RocksStoragenode #3018

Open
linas opened this issue Dec 11, 2022 · 0 comments
Open

Re-implement PostgresStorageNode to work like RocksStoragenode #3018

linas opened this issue Dec 11, 2022 · 0 comments

Comments

@linas
Copy link
Member

linas commented Dec 11, 2022

The Postgres backend is old and crufty and slow and is missing modern features (e.g. frame support). It can be, should be completely re-written by cut-n-paste of the code in https://github.com/opencog/atomspace-rocks and then replacing RocksDB everywhere with PostgreSQL. (or any of your other favorite DB's ... as desired). The result will be a smaller, faster and fully compliant postgres backend.

This is not hard. Tedious, perhaps -- there's a LOT to do, a zillion places where the cut-n-pasted code needs to be touched. But there are no deep, conceptual stumbling blocks. The road ahead has been paved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant