Building a Scalable Postgres Metrics Backend Using the Citus Extension
1–10 of 12 posts
Re: Building a Scalable Postgres Metrics Backend Using the Citus Extension
#2Disclaimer: don't work there, but on the Slack and the Citus team is nothing short of awesome.
Re: Building a Scalable Postgres Metrics Backend Using the Citus Extension
#3On a 8 worker nodes (16 cores, 80GB ram, 3TB SSD), we're at around 20k inserts/second, while most of the selects are running at around 100ms (besides some counts and complex queries).
If you have a lot of data and know Postgres, give it a chance.
[0] https://pexe.so
Re: Building a Scalable Postgres Metrics Backend Using the Citus Extension
#4Re: Building a Scalable Postgres Metrics Backend Using the Citus Extension
#5We[0] just recently moved from Hbase to Postgres w/ Citus. Still not fully settled in, but got incredible support from the Citus team (seriously amazing guys) and things are looking much brighter than before. On a 8 worker nodes (16 cores, 80GB ram, 3TB SSD), we're at around 20k inserts/second, while most of the selects are running at around 100ms (besides some counts and complex queries). If you have a lot of data a…
Re: Building a Scalable Postgres Metrics Backend Using the Citus Extension
#6We[0] just recently moved from Hbase to Postgres w/ Citus. Still not fully settled in, but got incredible support from the Citus team (seriously amazing guys) and things are looking much brighter than before. On a 8 worker nodes (16 cores, 80GB ram, 3TB SSD), we're at around 20k inserts/second, while most of the selects are running at around 100ms (besides some counts and complex queries). If you have a lot of data a…
Re: Building a Scalable Postgres Metrics Backend Using the Citus Extension
#7Re: Building a Scalable Postgres Metrics Backend Using the Citus Extension
#8We[0] just recently moved from Hbase to Postgres w/ Citus. Still not fully settled in, but got incredible support from the Citus team (seriously amazing guys) and things are looking much brighter than before. On a 8 worker nodes (16 cores, 80GB ram, 3TB SSD), we're at around 20k inserts/second, while most of the selects are running at around 100ms (besides some counts and complex queries). If you have a lot of data a…
Is that 20K separate transactions or are some of the 20K inserts grouped together?
Re: Building a Scalable Postgres Metrics Backend Using the Citus Extension
#9If you're looking for a metrics backend built on traditional Postgres, check out Tgres. http://grisha.org/blog/2016/07/29/state-of-tgres-2016/
Re: Building a Scalable Postgres Metrics Backend Using the Citus Extension
#10We[0] just recently moved from Hbase to Postgres w/ Citus. Still not fully settled in, but got incredible support from the Citus team (seriously amazing guys) and things are looking much brighter than before. On a 8 worker nodes (16 cores, 80GB ram, 3TB SSD), we're at around 20k inserts/second, while most of the selects are running at around 100ms (besides some counts and complex queries). If you have a lot of data a…
> On a 8 worker nodes (16 cores, 80GB ram, 3TB SSD), we're at around 20k inserts/second, while most of the selects are running at around 100ms (besides some counts and complex queries). Is that 20K separate transactions or are some of the 20K inserts grouped together?