Live data from Hacker News

Viewing profile — melor

melor

HN member
Joined
Tue, Apr 19, 2016, 12:19 PM UTC
HN karma
68
Public activity
25 items

About melor

No profile information was provided.

Recent public activity

  1. story
  2. 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…

  3. 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…

  4. comment
    Comment #13997844

    The next part in the series will include read-write benchmarking. Taking suggestions for other benchmark scenarios!

  5. 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…

  6. story
  7. comment
    Comment #13757928

    Only limited impact to Aiven services due to service migration capability http://help.aiven.io/announcements/aiven-customer-notice-aws...

  8. story
  9. 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…

  10. story
  11. comment
  12. story
  13. story
  14. 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…

  15. story
  16. story
  17. 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…

  18. 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…

  19. 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…

  20. comment
    Comment #11588307

    Takes care of realtime WAL streaming, compression, encryption, restoration and backup expiration among other things. Open Source and written in Python.

  21. story
  22. comment
    Comment #11526602

    It is a feature http://stackoverflow.com/questions/26595895/return-and-yield...

  23. comment
    Comment #11526574

    I use histogram.py from https://github.com/bitly/data_hacks all the time...

  24. comment
    Comment #11526523

    Sure is dangerous sometimes for my work productivity...

  25. 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…