Citus Blog

Articles tagged: Postgres

Since Postgres started supporting NoSQL (via hstore, json, and jsonb), the question of when to use Postgres in relational mode vs NoSQL mode has come up a lot. Do you entirely abandon traditional table structures, and go with documents all the way? Or do you intermingle both? The answer unsurprisingly is: it depends. Each newer model including hstore, JSON, and JSONB has their ideal use cases. Here we'll dig deeper into each and see when you should consider using them.

Keep reading
Eren Basak

Scaling Out MySQL with PostgreSQL and Citus

Written byBy Eren Basak | June 10, 2016Jun 10, 2016

PostgreSQL is known for its great extensibility and powerful plugins. One particular category of extensions is Foreign Data Wrappers or FDWs. FDWs allow us to interact from within Postgres directly with other data stores such as hdfs, columnar stores, mysql, etc. Combined with Citus’ scalability features, we can even leverage them to help us scale out those data stores where might otherwise be quite difficult.

Keep reading

It may surprise you that pagination, pervasive as it is in web applications, is easy to implement inefficiently. In this article we'll examine several methods of server-side pagination and discuss their tradeoffs when implemented in PostgreSQL. This article will help you identify which technique is appropriate for your situation, including some you may not have seen before which rely on physical clustering and the database stats collector.

Keep reading

PGConf.EU is October 27th through the 30th and we are looking forward to a great event which is drawing a high level of interest from the European PostgreSQL community. Two Citus Data team members will be presenting:

  • Andres Freund will present...
Keep reading
Marco Slot

PGConf.Russia interesting takeaways

Written byBy Marco Slot | February 19, 2015Feb 19, 2015

PGConf.Russia photos Last week we were at one of the biggest PostgreSQL events ever held. Nope, it wasn't PGCon, it was the inaugural PGConf.Russia in Moscow. The conference included some very interesting talks. We were especially excited to learn more about several extensions...

Keep reading

Page 15 of 15