Transforming Postgres into a Fast OLAP Database
blog.paradedb.com
Transforming Postgres into a Fast OLAP Database
1–10 of 62 posts
Re: Transforming Postgres into a Fast OLAP Database
#2Re: Transforming Postgres into a Fast OLAP Database
#3(in Rust) :)
Re: Transforming Postgres into a Fast OLAP Database
#4Re: Transforming Postgres into a Fast OLAP Database
#5Re: Transforming Postgres into a Fast OLAP Database
#61. Based on Clickbench results, pg_analytics is still far from top-tier performance. If you're looking for a high-performance OLAP database, you should consider the top-ranked products.
2. The queries tested by Clickbench are really simple, far from real data analysis scenarios. You must be aware of the TPC-DS and TPC-H benchmarks, because ClickHouse simply cannot run these test suites, so their Clickbench does not include these datasets.
Lastly, I want to say, if your enterprise is of a certain size, separating OLTP and OLAP into two databases is the right choice, because you will have two different teams responsible for two different tasks. By the way, I use StarRocks for OLAP work.
Re: Transforming Postgres into a Fast OLAP Database
#7Re: Transforming Postgres into a Fast OLAP Database
#8Thanks for sharing, I really like Postgres. However, I generally use Postgres for OLTP work. I would like to point out two things: 1. Based on Clickbench results, pg_analytics is still far from top-tier performance. If you're looking for a high-performance OLAP database, you should consider the top-ranked products. 2. The queries tested by Clickbench are really simple, far from real data analysis scenarios. You must…
You touch on this in your next sentence, but really, how many people need that kind of performance?
Re: Transforming Postgres into a Fast OLAP Database
#9- Greenplum;
- Citus with cstore_fdw;
- IMCS (Konstantin Knizhnik);
- Hydra;
- AlloyDB;
For example, Greenplum is one of the earliest, fairly mature, but abandoned.