Live data from Hacker News

Viewing profile — tlipcon

tlipcon

HN member
Joined
Fri, Jul 10, 2009, 9:41 PM UTC
HN karma
366
Public activity
75 items

About tlipcon

No profile information was provided.

Recent public activity

  1. comment
    Comment #31222592

    Colossus metadata is stored in Bigtable: see https://cloud.google.com/blog/products/storage-data-transfer... Spanner stores its data in Colossus, so there would be some bootstrappi…

  2. comment
    Comment #22157197

    Just a small note: Kudu shares no code or provenance with Hadoop. Only commonality is ecosystem (eg you can use spark or Impala to query it)

  3. story
  4. story
  5. comment
    Comment #13436843

    For those interested in a technical overview, http://kudu.apache.org/kudu.pdf is our academic-style (but not submitted to any journal) paper.

  6. comment
    Comment #13436813

    Apache Kudu project founder here: It's true that the project was initially developed at Cloudera, and employees continue to be the main driving force behind development. That said,…

  7. story
  8. story
  9. story
  10. story
  11. story
  12. story
  13. story
  14. story
  15. story
  16. comment
    Comment #11264747

    Hopefully this isn't too "pitch"-y, but: if you're looking for a database that's good at time series, will always be open source, and does support scale-out and HA, you might be in…

  17. comment
    Comment #11167349

    Suggestion: add an option to look at file contents and analyze cross-file dependencies (eg c/c++ #includes or java imports)

  18. comment
    Comment #11152014

    Todd from the Kudu team here if anyone has any questions, I'll check back throughout the day (or tweet at @ApacheKudu)

  19. story
  20. comment
    Comment #11147237

    FYI on the date issue, lest anyone think we filed the patent trying to steal the work done by others, the patent application says: "This application claims to the benefit of U.S. P…

  21. comment
    Comment #11147221

    Agreed -- personally I'm against offensive use of patents like this as well, and it's my understanding that Cloudera doesn't intend to use this patent offensively. If it did, I wou…

  22. comment
    Comment #11123148

    Kudu uses a similar algorithm which we call HybridTime. You can read the tech report here: http://pdsl.ece.utexas.edu/david/hybrid-time-tech-report-01.... and the source here: http…

  23. comment
    Comment #11018420

    Typically QSBR algorithms don't require blocking the world, or even blocking any single thread. They just require each thread to periodically check in and run a bounded amount of c…

  24. comment
    Comment #10975459

    Also worth noting it's an open source project so if you're interested in contributing in this area, we'd love to have you on board.

  25. comment
    Comment #10974675

    We've just updated to C++11 as of a couple weeks ago. Partially the issue was when it started, partially the issue is that we have to support older platforms and we have a C++ clie…