Viewing profile — melor
melor
HN member- Joined
- Tue, Apr 19, 2016, 12:19 PM UTC
- HN karma
- 68
- Public activity
- 25 items
- HN profile
- View on Hacker News ↗
About melor
No profile information was provided.
Recent public activity
- story
-
comment
Comment #19288018
CPU usage varies based the selected compression algorithm and level used. Snappy and LZMA area available now. Compression is native code. There are some newer interesting algorithm…
-
comment
Comment #19288004
One of the pghoard developers here. We developed pghoard for our use case ( https://aiven.io ): * Optimizing for roll forward upgrades in a fully automated cloud environment * Stre…
-
comment
Comment #13997844
The next part in the series will include read-write benchmarking. Taking suggestions for other benchmark scenarios!
-
comment
Comment #13764860
We host a number of our customers' database systems on us-east-1. What worked well for us ( https://aiven.io ): - Architecturally relying only to a few cloud provider services (onl…
- story
-
comment
Comment #13757928
Only limited impact to Aiven services due to service migration capability http://help.aiven.io/announcements/aiven-customer-notice-aws...
- story
-
comment
Comment #13105969
We provide UpCloud as one of the cloud options for our SaaS database/metrics/messaging offering at Aiven.io and have been extremely happy with their disk i/o performance. Here's ju…
- story
- comment
- story
- story
-
comment
Comment #11683614
From the Release Notes: Major enhancements in PostgreSQL 9.6 include: Parallel sequential scans, joins and aggregates Elimination of repetitive scanning of old data by autovacuum S…
- story
- story
-
comment
Comment #11589941
A replication slot can be used by defining it in the pghoard.json configuration. However, the slot needs to be created (and removed after no longer needed, important!) manually. We…
-
comment
Comment #11589793
Both do mostly the same thing with some differences. The biggest difference currently could be that WAL-E uses the PostgreSQL "archive_command" to send incremental backups (WAL fil…
-
comment
Comment #11589078
Currently S3 (AWS + compatible), Google Cloud, OpenStack Swift, Azure (experimental), local disk and Ceph (via S3 or Swift) are supported. More can be added quite easily as the obj…
-
comment
Comment #11588307
Takes care of realtime WAL streaming, compression, encryption, restoration and backup expiration among other things. Open Source and written in Python.
- story
-
comment
Comment #11526602
It is a feature http://stackoverflow.com/questions/26595895/return-and-yield...
-
comment
Comment #11526574
I use histogram.py from https://github.com/bitly/data_hacks all the time...
-
comment
Comment #11526523
Sure is dangerous sometimes for my work productivity...
-
comment
Comment #11526466
Note that if you are planning to use the latest InfluxDB 0.12 version with Grafana, you must go with the new Grafana 3.0 beta version as the older Grafana versions have issues with…