FlexyPool
Apache Phoenix
FlexyPool | Apache Phoenix | |
---|---|---|
3 | - | |
1,086 | 1,026 | |
- | 0.3% | |
4.6 | 9.1 | |
16 days ago | 12 days ago | |
Java | Java | |
Apache License 2.0 | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
FlexyPool
- FlexyPool: A tool to resize connection pool on demand
-
Scalable Sequence for PostgreSQL
However, PostgreSQL caches the sequences per-connection (different from Oracle that caches in the instance shared memory). Sequences can be a bottleneck in case of a storm where all have a cold cache, and here is a workaround. Note that re-connecting in PostgreSQL is expensive for many reasons and better fixt that with a connection pool that is not too dynamic (if you need this, you should have a look at FlexiPool)
-
Do you have a github account ? What are you working on as a Java side-project ?
FlexyPool
Apache Phoenix
We haven't tracked posts mentioning Apache Phoenix yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
HikariCP - 光 HikariCP・A solid, high-performance, JDBC connection pool at last.
Presto - The official home of the Presto distributed SQL query engine for big data
Vibur DBCP - Vibur DBCP - concurrent and dynamic JDBC connection pool
MapDB - MapDB provides concurrent Maps, Sets and Queues backed by disk storage or off-heap-memory. It is a fast and easy to use embedded Java database engine.
Apache Hive - Apache Hive
Crate - CrateDB is a distributed and scalable SQL database for storing and analyzing massive amounts of data in near real-time, even with complex queries. It is PostgreSQL-compatible, and based on Lucene.
jOOQ - jOOQ is the best way to write SQL in Java
Flyway - Flyway by Redgate • Database Migrations Made Easy.
H2 - H2 is an embeddable RDBMS written in Java.