onemoredata / bagger

Massive log storage in PostgreSQL
BSD 2-Clause "Simplified" License
12 stars 1 forks source link

Research C for query proxy #114

Open einhverfr opened 10 months ago

einhverfr commented 10 months ago

Research C as a language for the query proxy.

Aspects should include HTTP support, database driver features, and so forth.

einhverfr commented 10 months ago

We all have a fair bit of experience with C. C is certainly an option. I will write up a comparison when I get done with the thers.

In general, my first thought is that C's support for PostgreSQL async queries probably makes it the best choice, but HTTP is bad enouch in C to also make it the worst choice. So a full review will need to be made here.