Ericsson / codechecker

CodeChecker is an analyzer tooling, defect database and viewer extension for the Clang Static Analyzer and Clang Tidy
https://codechecker.readthedocs.io
Apache License 2.0
2.15k stars 357 forks source link

change PostgreSQL driver to pg8000 only #713

Open gyorb opened 6 years ago

gyorb commented 6 years ago

psycopg2 packaging and building requires more dependencies but it got more recent updates compared to pg8000. pg8000 is written in pure python, let's try to use only pg8000, if there will be too much performance degradation or not stable enough we can switch back to psycopg2.

What do you think?

Xazax-hun commented 6 years ago

I think we first need to measure the performance (probably with the new schema in 6.0) in order to be able to do a good decision.