Viewing profile — haki
haki
HN member- Joined
- Wed, Jan 01, 2014, 6:12 AM UTC
- HN karma
- 553
- Public activity
- 36 items
- HN profile
- View on Hacker News ↗
About haki
No profile information was provided.
Recent public activity
- story
- story
-
comment
Comment #46895849
Some a prime example of a service that naturally peaks at round hours. We have a habbit of never scheduling long running processes at round hours. Usually because they tend to be b…
- story
- story
-
comment
Comment #42810404
See psycopg Identifier for binding table names https://www.psycopg.org/psycopg3/docs/api/sql.html#psycopg.s...
-
comment
Comment #41163475
Since at least two people noticed, I would just say that the insert-select-insert approach was added later, after I took some inspiration from Django's implementation of get_or_cre…
- story
-
comment
Comment #37325537
If you store large jsonb values in the database, storing them out of line may be a good thing - for example, you can query metadata much faster. Also, worth mentioning that jsonb i…
-
comment
Comment #37323895
I used excalidraw.com
- story
-
comment
Comment #34575771
You can utilize transactional DDL for that https://hakibenita.com/sql-tricks-application-dba#make-index...
-
comment
Comment #29164768
I'm always looking for new copy tricks. Is "copy" a temporary table? Or a variable...?
- story
- story
- story
- story
- story
- story
-
comment
Comment #25430818
See relevant section in the article: https://hakibenita.com/python-mypy-exhaustive-checking#the-f...
- story
- story
-
comment
Comment #24546131
Starting at PostgreSQL 12 you don't even have to feel bad about all of those CTE's.
- story
-
comment
Comment #23997296
See this https://hakibenita.com/fast-load-data-python-postgresql