Apache Phoenix
Apache Phoenix (by apache)
Presto
The official home of the Presto distributed SQL query engine for big data (by prestodb)
Apache Phoenix | Presto | |
---|---|---|
- | 14 | |
1,026 | 16,090 | |
0.0% | 0.3% | |
9.1 | 9.9 | |
6 days ago | 4 days ago | |
Java | Java | |
Apache License 2.0 | Apache License 2.0 |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
Apache Phoenix
Posts with mentions or reviews of Apache Phoenix.
We have used some of these posts to build our list of alternatives
and similar projects.
We haven't tracked posts mentioning Apache Phoenix yet.
Tracking mentions began in Dec 2020.
Presto
Posts with mentions or reviews of Presto.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2024-01-28.
-
Multi-Database Support in DuckDB
We have some of this functionality in Presto (https://github.com/prestodb/presto), but it takes fair bit of work to implement it for all the different backends.
-
Rust std:fs slower than Python
Note that glibc has a similar problem in multithreaded contexts. It strands unused memory in thread-local pools, which grows your memory usage over time like a memory leak. We got lower memory usage that didn't grow over time by switching to jemalloc.
Example of this: https://github.com/prestodb/presto/issues/8993
- Ask HN: What are some SQL transpilers?
-
Cheat sheet for quotes usage?
I look at the grammar. Here is preto's grammar which is mostly similar to other sql engines: https://github.com/prestodb/presto/blob/master/presto-parser/src/main/antlr4/com/facebook/presto/sql/parser/SqlBase.g4
-
After a few recent events, opening a Linux terminal in public places is a big no-no
export MVNW_VERBOSE=true git clone https://github.com/prestodb/presto.git cd presto bash ./mvnw clean install
- presto: The official home of the Presto distributed SQL query engine for big data
- Compile the Minecraft Server (Java Edition) to Native with GraalVM Native Image
-
What are y'all learning right now?
more specifically, recently started learning about Presto [paper], and have been diving deeper into [source] code.
-
DeWitt Clause, or Can You Benchmark %DATABASE% and Get Away With It
Presto
- Let's write a compiler, part 5: A code generator
What are some alternatives?
When comparing Apache Phoenix and Presto you can also consider the following projects:
HikariCP - 光 HikariCP・A solid, high-performance, JDBC connection pool at last.
Trino - Official repository of Trino, the distributed SQL query engine for big data, former
Apache Hive - Apache Hive
Apache Calcite - Apache Calcite
jOOQ - jOOQ is the best way to write SQL in Java
H2 - H2 is an embeddable RDBMS written in Java.
Flyway - Flyway by Redgate • Database Migrations Made Easy.
Spring Data JPA - Simplifies the development of creating a JPA-based data access layer.
Eventsourcing for Java - Event capture and querying framework for Java