Raigor

Results 125 comments of Raigor

Hi @jdxia If we don't implement the data source ourselves, what is the current issue it brings? Is it that the backend Hikari connections are borrowed and cannot be released?

This issue has a great impact, and I will investigate further. @jdxia Thank you for your feedback.

> I'm quite curious about this issue. May I ask what the results of the investigation are? Thank you. [@RaigorJiang](https://github.com/RaigorJiang) Hi @willvvv1, I am investigating this issue in my spare...

The reason why the backend connection is always in the IN_USE state is that the backend connection is cached in ShardingSphereConnection, and ShardingSphereConnection is maintained in the front-end connection pool...

One solution is to create ShardingSphereDataSource directly like @jdxia did, without using ShardingSphereDriver; this is a good solution, but it has certain requirements for developers. Another solution is to clear...

Currently, the first step has been completed: Close the connection in time and clean up cachedConnections (#35834) TODO 1. Investigate whether cachedConnections can be removed 2. Investigate whether dataSourceMap can...

Hi @peixingzhe ShardingSphere currently does not support partition tables, and `public` schema is used by default in PG.

I think it needs to be investigated. Hi @strongduanmu , do you have some info?

Hi @Pace2Car I can guess what you are going to do from the description, but it doesn't feel detailed enough. Hope you can provide more information.