Live data from Hacker News

Viewing profile — esmet

esmet

HN member
Joined
Thu, Jan 24, 2013, 8:43 PM UTC
HN karma
13
Public activity
9 items

About esmet

No profile information was provided.

Recent public activity

  1. comment
    Comment #10415892

    It's unrelated work. This is the "fractal tree" in question, open source: https://github.com/Tokutek/ft-index

  2. comment
    Comment #7233928

    I see. To clarify, TokuMX's indexing technology doesn't try to improve specific queries or patterns - it simply makes general index maintenance significantly cheaper and less space…

  3. comment
    Comment #7233857

    Interesting perspective, but it turns out that the opposite is true. Using better indexing is a general improvement to database performance and manageability.

  4. comment
    Comment #6377925

    It's at the database level now.

  5. comment
    Comment #5911890

    There have been very informal talks with the folks at 10gen. The topic of getting merged or not will ultimately come down to what users want. Commercialization will start with supp…

  6. comment
    Comment #5909574

    LZ4 is on our road-map for experimentation. I could see a faster decompressor really helping when you have high-end flash storage.

  7. comment
    Comment #5909268

    TokuMX is indeed a complete product, not an experiment. We're proud of it and ready to support it yesterday :) I completely agree that pluggable storage engines are an interesting …

  8. comment
    Comment #5909224

    Most users should expect a big reduction in disk space. Depending on your data and level of fragmentation with regular MongoDB, you could see ~4x-20x reduced disk usage.

  9. comment
    Comment #5825660

    "Fractal Tree" is indeed a marketing trademark. But the algorithms used are not necessarily secret. The implementation is similar to the cache oblivious streaming btree: http://sup…