readysettech / readyset

Readyset is a MySQL and Postgres wire-compatible caching layer that sits in front of existing databases to speed up queries and horizontally scale read throughput. Under the hood, ReadySet caches the results of cached select statements and incrementally updates these results over time as the underlying data changes.
https://readyset.io
Other
4.04k stars 115 forks source link

Add SSL support to `benchmarks` and `system-benchmarks` #236

Open ethan-readyset opened 10 months ago

ethan-readyset commented 10 months ago

Currently, the benchmarks and system-benchmarks crates do not support running workloads through an SSL connection to ReadySet. SSL may add performance overhead and has the potential to reduce query throughput and increase query latency. We should add support for SSL to these crates to ensure that we have adequate benchmark coverage.

The work here will likely look something like:

ethan-readyset commented 10 months ago

I'm thinking it would be useful to support SSL in case it adds performance overhead

ethan-readyset commented 10 months ago

Alternatively we could pipe through --disable-upstream-ssl-verification