Results 6 issues of Sushrut

The insert operation mutates the in-memory structure and may cause a flush to disk when the size exceeds threshold. The delete operation also mutates the in-memory structure. This could lead...

enhancement

What kind of Database should DharmaDB evolve into? Is there a specific use case towards which we can tune development.

help wanted

Currently we directly serialize records to disk and read them back. To detect corruption of data, a new checksum needs to be added to each block to validate data integrity....

enhancement
help wanted

Benchmark DB operations with more data and identify bottlenecks.

good first issue

I'm the author of the pg_analytica extension that enables periodic parquet exports for Postgres tables. See: https://github.com/sushrut141/pg_analytica The extension currently relies on the parquet_fdw extension to query the parquet files....

Running a simple program to render a sphere in full screen causes a set fault when using the setUpViewerAsEmbeddedInWindow or the setUpViewInWindow method. Commenting out these calls fixes the issue...