Tech Blog

Recent Posts

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

PostgreSQL B-Tree Index Expla...

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

PostgreSQL B-Tree Index Explained - PART 1 Image
  • Sebastian Brestin
  • Software Engineer
  • 05 Jan 2019

PostgreSQL B-Tree Index Expla...

One can imagine searching a certain explanation in a textbook. One way for this is to read the entire book again. Of course this works, but it will...