Lawrence Jones
Lawrence Jones
+1. The ability to clear the terminal screen after every test is so essential it should really have been included originally imo. The above screen is what you want from...
That character escape sequence is the literal 'clear' character. Should be os independent. EDIT - And thank god @arthuc. I think I owe you my sanity.
Hey @directionless! I totally get your use case, and I think they are valid things to want to export in Prometheus. We export many similar metrics from our services. Can...
I'm not sure, thinking about it, a metric that when read fetches its value could be really useful, especially in the fork world. But it's entirely separate from the 1.0...
That's fine, I can understand that. These style guidelines do change with time- for several reasons, this can be quite sensible. Happy to take the hit to reintroduce things as...
I would think an appropriate fix for this would be to have each process open a shared lock on the file it manages, for the duration of it needing the...
> Is there a locking system that will work across all OSes? That would certainly be a consideration, and you'd probably end up with the compaction as an optional configuration...
This functionality is provided by the new `pg2sink remove --table ` and `pg2sink add --table ` commands, but should be tested.
Hey @judahrand! I've just had a friend nudge me about this, I'd totally lost track of it. I'm going to put a couple of hours into tidying documentation and getting...
Hey @kodeine, this should support updates and deletes just fine, as it's using logical replication rather than an xmin method. Worth saying the project is only 90% there right now,...