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

select * is extremely slow. #20

Closed jsc0218 closed 4 years ago

jsc0218 commented 4 years ago
  1. fetch multiple rows at once
  2. memory context switch
jsc0218 commented 4 years ago

solved