Live data from Hacker News

Viewing profile — proddata

proddata

HN member
Joined
Sat, Nov 28, 2020, 8:49 AM UTC
HN karma
48
Public activity
17 items

About proddata

works @ Crate.io

Recent public activity

  1. comment
    Comment #30290970

    CrateDB DevRel here :) > databases providing an abstraction through the Postgres wire protocol I would not call it an abstraction, if one has a full parser, analyzer, planner and e…

  2. comment
    Comment #28927574

    Not being able to keep up with the incoming data. But 100-200Hz I'd consider fine for most

  3. comment
    Comment #28910086

    What do yo mean by high-frequency data? 100Hz, 1KHz, 100KHz? For that kind of use cases many time-series DBs break apart. We have customers storing multiple millions of high freque…

  4. comment
    Comment #28909937

    Sorry, mixed up the number 2GB memory (0.5GB heap). So 1:500 is correct

  5. comment
    Comment #28909871

    Most of CrateDB clusters run on cloud providers hardware (azure, aws, alibaba). Using EBS (GP2 or now GP3) is also quite common. Due to the indexing / storage engine, gp disks are …

  6. comment
    Comment #28903652

    - Depends - Just inserting, indexing, storing and simple querying can be done with little memory (i.e. 1:500 memory-disk-ratio 0.5GB RAM per 1TB disk). Typical production clusters …

  7. comment
    Comment #28902770

    > is an OLAP database a common go-to for longer-timescale analytics (as in [1])? I would not consider Clickhouse or CrateDB "classic" OLAP DBs. I can speak for CrateDB (I work ther…

  8. comment
    Comment #28902403

    That article takes various concepts from typical TSDB solutions and seemingly only looks at the bad sides. Time series data has many different forms, not every form works for every…

  9. comment
    Comment #26788390

    Sorry, but this is not true at all. Some of the biggest changes within ES come from Lucene, like _massive_ reduction in memory footprint, enabling ES to use cases not even possible…

  10. comment
    Comment #26318448

    If you are looking an OSS ES replacement, CrateDB might also be worth a look :) Basically a best of both worlds combination of ES and PostgreSQL, perfect for time-series and log an…

  11. comment
    Comment #25942611

    Yes, we have customers using CrateDB as part of their proprietary product. Also the SSPL is so vague, that we probably would not only have to release CrateDB itself - which we alre…

  12. comment
    Comment #25939286

    The thing is, that all the arguments they now bring up for the move, have been true in 2018 as well ...

  13. comment
    Comment #25933541

    > So, they don't run Linux, don't use glibc? That can't be all that common? (I mean sure, there's the bsds.. But still..). We do run Linux :) But there is a difference between buil…

  14. comment
    Comment #25933170

    > This begs the question: isn't "a restrictive OSS licence" not less "fully open source" than a more permissive licence like GPL, MIT or BSD? We gonna change CrateDB fully to Apach…

  15. comment
    Comment #25932339

    > If your business model cannot survive when a critical upstream piece of your infrastructure moves to GPL, you probably have a bad business model to begin with. To be clear CrateD…

  16. comment
    Comment #25236479

    Fair point - I will review this with our marketing and get that fixed

  17. comment
    Comment #25236465

    Many reasons actually ... - Scalability CrateDB is built for horizontal scale from the ground up on top of distributed technologies. We have customers using clusters with 80+ nodes…