orioledb icon indicating copy to clipboard operation
orioledb copied to clipboard

Comparison to other solutions (e.g. Yugabyte DB)

Open cdhagmann opened this issue 3 years ago β€’ 2 comments

As all the information provided is in the README, I am having a problem comparing it with other options. Is that something that you could possible provide?

cdhagmann avatar Mar 09 '22 18:03 cdhagmann

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 to operate. These additional API will be submitted for incorporation into future versions of Postgres. For now, please refer to this distro for these API additions.

https://github.com/orioledb/postgres

postgresnx avatar Mar 09 '22 19:03 postgresnx

Alexander's presentation should be helpful:

  • https://vimeo.com/649616139
  • https://www.slideshare.net/AlexanderKorotkov/solving-postgresql-wicked-problems

NikolayS avatar Mar 09 '22 20:03 NikolayS