FlexyPool
Vibur DBCP
FlexyPool | Vibur DBCP | |
---|---|---|
3 | - | |
1,085 | 96 | |
- | - | |
4.6 | 0.0 | |
9 days ago | about 4 years 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
Vibur DBCP
We haven't tracked posts mentioning Vibur DBCP yet.
Tracking mentions began in Dec 2020.
What are some alternatives?
HikariCP - 光 HikariCP・A solid, high-performance, JDBC connection pool at last.
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.
Flyway - Flyway by Redgate • Database Migrations Made Easy.
Apache Phoenix - Apache Phoenix
JDBI - The Jdbi library provides convenient, idiomatic access to relational databases in Java and other JVM technologies such as Kotlin, Clojure or Scala.
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
Apache Hive - Apache Hive