Skip to content

Haki Benita

The writings of Haki Benita.

  • By Haki Benita
  • Based in Israel
  • Roughly two posts per year
  • First post on

Posts per year

Data for this chart is available in the table below
Posts per year
Year starting Posts
2020 8
2021 8
2022 2
2023 1
2024 1

Any gaps could be due to errors when fetching the blog’s feed.

Most recent posts

Fastest Way to Read Excel in Python
I don't have any data to support this next claim, but I'm fairly sure that Excel is the most common way to store, manipulate, and yes(!), even pass data around. This is why it's not …
On , by Haki Benita, 3,492 words
When Good Correlation is Not Enough
Choosing to use a block range index (BRIN) to query a field with high correlation is a no-brainer for the optimizer. The small size of the index and the field's correlation makes BRIN an ideal …
On , by Haki Benita, 4,503 words
Future Proofing SQL with Carefully Placed Errors
Backward compatibility is straightforward. You have full control over new code and you have full knowledge of past data and APIs. Forward compatibility is more challenging. You have full control over new code, but you …
On , by Haki Benita, 1,817 words