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

Let PostgreSQL manage the process #22

Closed jsc0218 closed 4 years ago

jsc0218 commented 4 years ago

PostgreSQL can add additional process then manage it. I think we should let PostgreSQL manage the process spawned by us.

jsc0218 commented 4 years ago

done!