HackerTrans
TopNewTrendsCommentsPastAskShowJobs

take-five

no profile record

comments

take-five
·7 เดือนที่ผ่านมา·discuss
> As much as I love Spirited Away and Castle in the Sky, I've been so bummed Miyazaki hasn't returned to more adult storylines.

What about "The Wind Rises"?
take-five
·9 เดือนที่ผ่านมา·discuss
I mostly agree with the author - Christmas tree is a mess. But I also think the final theme was too minimalistic. I find it incredibly helpful when language keywords like "try", "await", or "new" are highlighted.
take-five
·ปีที่แล้ว·discuss
From their docs [1] it seems that they support a workflow similar to Terraform.

[1]: https://atlasgo.io/declarative/apply
take-five
·ปีที่แล้ว·discuss
Something like https://atlasgo.io/?
take-five
·2 ปีที่แล้ว·discuss
pg_repack can generate a lot of WAL, which can generate so much traffic that standby servers can fall behind too much and never recover.

We've been using https://github.com/dataegret/pgcompacttable to clean up bloat without impacting stability/performance as much as pg_repack does.
take-five
·5 ปีที่แล้ว·discuss
We also started with "temporal_tables" C-extension, and also had to switch to NearForm's version written in PL/pgsql to be able to migrate our database to RDS.

Didn't notice any performance drop.

It also much easier to install (just run an SQL-script, no need to restart the DB) and it works everywhere, on all PostgreSQL versions. Great piece of work!