singlestore-labs / singlestoredb-python

Python SDK for the SingleStore database and workspace management APIs
Apache License 2.0
22 stars 15 forks source link

Add performance testing #3

Open kesmit13 opened 1 year ago

kesmit13 commented 1 year ago

The driver used by the SingleStoreDB client is PyMySQL which can cause some performance issues especially when downloading larger amounts of data. There should be tests in place to track the performance of the client and make sure the metrics are staying within expected bounds.