vidardb / pgrocks-fdw

Bring RocksDB to PostgreSQL as an extension. It is the first foreign data wrapper (FDW) that introduces LSM-tree into PostgreSQL. The underneath storage engine can be RocksDB. The FDW also serves for VidarDB engine, a versatile storage engine for various workloads. See the link for more info about VidarDB engine.
https://www.vidardb.com
Apache License 2.0
122 stars 11 forks source link

co-scan use the same buffer? #21

Closed jsc0218 closed 4 years ago

jsc0218 commented 4 years ago

Might be a bug here, take a note now.

jsc0218 commented 4 years ago

solved.