NewJerseyStyle / LitePolis

LitePolis is a refactored version of [Polis](https://github.com/compdemocracy/polis), built using Python and optimized for scalability and performance.
MIT License
2 stars 0 forks source link

The database driver can be changed for efficiency #8

Open NewJerseyStyle opened 2 months ago

NewJerseyStyle commented 2 months ago

mysql-connector-python used in this module seem to be a bad idea for the performance should change to mysqlclient in later version. Benchmark reference here.

Also the implementation of connector may not be thread safe right now, need to improve