Live data from Hacker News

Viewing profile — haki

haki

HN member
Joined
Wed, Jan 01, 2014, 6:12 AM UTC
HN karma
553
Public activity
36 items

About haki

No profile information was provided.

Recent public activity

  1. story
  2. story
  3. 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…

  4. story
  5. story
  6. comment
    Comment #42810404

    See psycopg Identifier for binding table names https://www.psycopg.org/psycopg3/docs/api/sql.html#psycopg.s...

  7. 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…

  8. story
  9. 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…

  10. comment
    Comment #37323895

    I used excalidraw.com

  11. story
  12. comment
    Comment #34575771

    You can utilize transactional DDL for that https://hakibenita.com/sql-tricks-application-dba#make-index...

  13. comment
    Comment #29164768

    I'm always looking for new copy tricks. Is "copy" a temporary table? Or a variable...?

  14. story
  15. story
  16. story
  17. story
  18. story
  19. story
  20. comment
    Comment #25430818

    See relevant section in the article: https://hakibenita.com/python-mypy-exhaustive-checking#the-f...

  21. story
  22. story
  23. comment
    Comment #24546131

    Starting at PostgreSQL 12 you don't even have to feel bad about all of those CTE's.

  24. story
  25. comment
    Comment #23997296

    See this https://hakibenita.com/fast-load-data-python-postgresql