Tech Blog

Recent Posts

PostgreSQL B-Tree Index Explained - PART 2 Image
  • Sebastian Brestin
  • Software Engineer
  • 08 May 2020

PostgreSQL B-Tree Index Explain…

An index is an additional database structure which has the purpose of improving read performance at the cost of extra storage. For more details about…

Spark Secondary Sort Image
  • Sebastian Brestin
  • Software Engineer
  • 16 Apr 2019

Spark Secondary Sort

The purpose of the article is to present two secondary sort implementations using pySpark. The first implementation uses groupByKey while the second …

Postgres data partitioning and Django Image
  • Sebastian Brestin
  • Software Engineer
  • 02 Feb 2018

Postgres data partitioning and …

Nowadays, Big Data is not only a trend, but also a new paradigm leading to radical changes in the software development methodologies. Because CPU clo…