Live data from Hacker News

Viewing profile — jodok

jodok

HN member
Joined
Sun, Apr 03, 2011, 7:51 PM UTC
HN karma
124
Public activity
65 items

About jodok

Crate.io, CTO, https://crate.io

[ my public key: https://keybase.io/jodok; my proof: https://keybase.io/jodok/sigs/whfix4jxYJhQb_OdkHCG_F-9aVN1O5y9mF7UaQobJzw ]

Recent public activity

  1. story
  2. story
  3. story
  4. story
  5. comment
    Comment #14275066

    thanks for the comment, we'll update the indexes used in postgres. we tried to be as objective as possible and of course show our sweet spot. we don't want to treat postgres unfair…

  6. comment
    Comment #13183391

    @ralala - would love to hear your feedback once tried crate (jodok@crate.io). we've been working directly with kyle on the issues discovered. the current state of our work is docum…

  7. comment
    Comment #11942725

    why not run the database directly in the container as well? we're doing that with https://crate.io - just expose your local instance store as volume, crate will take care of the re…

  8. comment
    Comment #11942724

    why not run the database directly in the container as well? we're doing that with https://crate.io - just expose your local instance store as volume, crate will take care of the re…

  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. comment
    Comment #10611322

    https://crate.io Co-Founder here. We're participating in this game by working hard to build a fully distributed, shared-nothing SQL database. In our vision, a app in a container is…

  16. story
  17. story
  18. comment
    Comment #9821791

    cool stuff

  19. story
  20. story
  21. comment
    Comment #9331163

    full disclosure. i'm one of the co-founders of crate :) In December 2010 we found about Elasticsearch and were truly amazed by it's simplicity, speed and elegance. We built our ser…

  22. comment
    Comment #9331057

    It's named Blender Pro and has been designed by our swiss friends from binnenland. We're super happy that they provided us with a generous license to use it within Crate. More abou…

  23. comment
    Comment #9331031

    Crate-only queries - like exact counts, distinct counts, (soon JOINs) - are not exposed via this API. The Crate query engine is accessing Lucene directly and not running on top of …

  24. comment
    Comment #9330996

    We run aggregations fully distributed and when iterating over the values we heavily rely on the field-caches. They hold the values of the latest used fields in memory and therefor …

  25. comment
    Comment #9330950

    not yet. but we have some "tweaks" for exactly your use-case on our backlog. using the client libraries should make it mucn easier (e.g. https://crate.io/docs/projects/crate-python…