[Sqlrelay-discussion] Can sqlrelay connect to pgpool?
Brought to you by:
mused
From: Chung-Wen C. <chu...@gm...> - 2012-01-11 06:32:50
|
Hi, I have a project using mysql cluster + sqlrelay. Now, I want to replace mysql by postgresql and use pgpool for data replication. However, I have alrealy some APIs embedded some sqlrelay-library codes. I don't want to rewrite these APIs. Therefore, I have to keep sqlrelay and the connection steam from a query to postgresql may look like this: An API (query) --------> sqlrelay ---------> pgpool -----------> postgresqls. My question is that can sqlrealy directly (or indirectly) connect to pgpool? I have tried the connection between sqlrelay and pgpool but I failed. Thank you for your kindly response |