Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

What is Tungsten Connector?

0
Posted

What is Tungsten Connector?

0

Tungsten Connector is a proxy that translates MySQL and PostgreSQL native client requests to JDBC calls. The Connector works by parsing the native wire protocol and issuing a corresponding JDBC request. It then translates the response back to the native wire protocol and returns it to the client. From the client application point of view the Tungsten Connector looks like a MySQL or a PostgreSQL server. Tungsten Connector has a relatively simple design, since its primary goal is to perform protocol translation only. We have also added control logic to manage transactions and perform simple read-write splitting. In general, however, our philosophy has been to push more sophisticated logic for things like load balancing down into the JDBC driver. This approach allows Tungsten Connector to integrate very efficiently with the Tungsten SQL Router, which takes care of load-balancing and failover between database copies. The Tungsten Connector was originally developed to allow MySQL and Postgr

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.