feophant icon indicating copy to clipboard operation
feophant copied to clipboard

A PostgreSQL inspired SQL database written in Rust.

Results 24 feophant issues
Sort by recently updated
recently updated
newest added

At the moment I have the license set to AGPL3.0 but that IS NOT conducive to getting people interested in this as a library. Once I get to a MVP...

* https://github.com/reorg/pg_repack * Investigate if the zheap table format would be better to implement. * Until I get past a WAL implementation and planner costs I don't think its worth...

* The codec that parses the network traffic is pretty naive. You could make the server allocate 2GB of data for a DDOS easily. * * We should either add...

bug

Right now the main function runs the server from primitives. The Tokio Tower layer will probably do it better.

See where I can pass read only data by reference instead of uisng Arc everywhere Need to make a decision on the future of the project.