Viewing profile — tlipcon
tlipcon
HN member- Joined
- Fri, Jul 10, 2009, 9:41 PM UTC
- HN karma
- 366
- Public activity
- 75 items
- HN profile
- View on Hacker News ↗
About tlipcon
No profile information was provided.
Recent public activity
-
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…
-
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)
- story
- story
-
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.
-
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,…
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
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…
-
comment
Comment #11167349
Suggestion: add an option to look at file contents and analyze cross-file dependencies (eg c/c++ #includes or java imports)
-
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)
- story
-
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…
-
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…
-
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…
-
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…
-
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.
-
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…