-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Description
Hi everyone! 👋
We recently started testing the performance of ShardingSphere-Proxy. We used a profiler and analyzed the results with a flamegraph, but haven’t seen any performance improvements — on the contrary, there’s some regression compared to JDBC. I don’t want to dive into testing advice for now — like “don’t use full routing,” etc. I’m more interested in something else:
👉Could you please share any articles or sources that demonstrate performance improvements with Proxy? Maybe there are materials with visual graphs or metrics showing that Proxy actually performs better (or at least on par) compared to direct database access? Or perhaps you can tell me — does Proxy currently provide any performance benefits in specific scenarios? I’ve often seen mentions that Proxy is slower than JDBC, but I haven’t found any articles that clearly show it outperforming direct database access in real benchmarks.
Thanks! 🙏