Viewing profile — adastral
adastral
HN member- Joined
- Thu, Mar 07, 2024, 7:14 PM UTC
- HN karma
- 74
- Public activity
- 17 items
- HN profile
- View on Hacker News ↗
About adastral
No profile information was provided.
Recent public activity
-
comment
Comment #49162232
How do you cope with distributed transactions? (I'm not sure if you support them?) I know that Citus has a `citus_create_restore_point()` (or so) function that, when called, guaran…
- story
- story
- story
- story
-
comment
Comment #45116522
PostgresTV livestreams "vibe coding" 1h sessions implementing small PostgreSQL features with Cursor (mostly claude-4-sonnet model) every week, by experienced PostgreSQL contributor…
- story
- story
- story
- story
-
comment
Comment #42549290
> I default to a headless browser Headless browsers consume orders of magnitude more resources, and execute far more requests (e.g. fetching images) than a common webscraping job w…
- story
-
comment
Comment #40896166
From https://www.codeofhonor.com/blog/the-starcraft-path-finding-... > whenever harvesters are on their way to get minerals, or when they’re on the way back carrying those minerals…
-
comment
Comment #39861920
Not sure if this is what the above comment means by "atomic", but a shortcoming of Postgres' JSON support is that it will have to rewrite an entire JSON object every time a part of…
-
comment
Comment #39707551
Around ten heavily-updated (50-400k updated rows/min) tables ranging between 500M and 5B rows, with a couple tables over 40B rows each (5TB each IIRC).
-
comment
Comment #39707447
I see they don't mention Citus ( https://github.com/citusdata/citus ), which is already a fairly mature native Postgres extension. From the details given in the article, it sounds …
-
comment
Comment #39633477
> they'll be encrypted Since some months (years?) ago, WhatsApp lets you set up your own encryption password for the DB backup. I set one up and used https://github.com/ElDavoo/wa-…