Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
cswilliams
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
cswilliams
8mo ago
Sure. I was probably trying to be too polite and didn't want to use the word "abandoned", but that's probably a better term for the library at this point. There's a good amount of open issues and PRs in many of the
2.
▲
by
cswilliams
8mo ago
Excited to try it out as well. I often need to build simple CLI based apps in ruby so often would reach for TTY Toolkit: https://ttytoolkit.org/ However, I feel like it's in maintenance mode at this point, so glad to
3.
▲
by
cswilliams
1y ago
We saw it when we ran the pg_dump off a standby instance (or a "replica" to use RDS terminology). Our primary was a multi-az instance. So not exactly what they tested here I guess, but it makes me wonder what changes, if any, the
4.
▲
by
cswilliams
1y ago
Interesting. At a previous company, when we changed the pg_dump command in a backup script to start using parallel workers (-j flag) we started to rarely see errors that suggested inconsistency when restoring the backups (duplicate key erro
5.
▲
by
cswilliams
2y ago
Several years ago at a company I no longer work at, when we swapped from single-threaded pgdumps (from a replica) to multi-threaded pgdumps (-j flag), we occasionally saw some dumps which were "inconsistent". Not sure if that
6.
▲
by
cswilliams
3y ago
Thanks for answering! Unless I'm misunderstanding, one issue with this method is since you're creating a new EBS volume from a snapshot every time the runner starts, the volume will be cold and there will be additional latency on
7.
▲
by
cswilliams
3y ago
At first glance, this looks very cool! On my queue at work coming up is to try to speed up our github action CI runs and I'll definitely take a look at this. Our runs aren't particularly slow by most standards (about 4 minutes),
8.
▲
by
cswilliams
3y ago
sounds great, will definitely check it out in the new year!
9.
▲
by
cswilliams
3y ago
Awesome, just signed up for your waitlist :)
10.
▲
by
cswilliams
3y ago
Just out of curiosity, are there any of these 3rd party github action runner services that support persistent disks or have some kind of very fast local cache that can be shared across runners? The majority of time in my workflows is spent
11.
▲
by
cswilliams
3y ago
Looks cool! Does it work with postgres dbs in AWS RDS?
12.
▲
by
cswilliams
14y ago
We use it on a large Rails e-commerce site and it works well. All features work as advertised and it is a drop in replacement for mysql. Their support team is also great and is like having your own dba team. I can also say that I've been pa