Live data from Hacker News

ZeroDB (YC S16) Provides Security for Enterprise Big Data in the Cloud

themacro.com

1–10 of 38 posts

Re: ZeroDB (YC S16) Provides Security for Enterprise Big Data in the Cloud

#3
> Currently, ZeroDB works with Hadoop and will soon will expand to other parts of the big data ecosystem, like Spark and Impala, as well as legacy databases, like Oracle, DB2, and MySQL.

I guess mysql is a legacy database, now. Someone should let all the committers know that they should transition to support roles and stop new feature development. Hadoop is the future of sql.

Re: ZeroDB (YC S16) Provides Security for Enterprise Big Data in the Cloud

#6

> Currently, ZeroDB works with Hadoop and will soon will expand to other parts of the big data ecosystem, like Spark and Impala, as well as legacy databases, like Oracle, DB2, and MySQL. I guess mysql is a legacy database, now. Someone should let all the committers know that they should transition to support roles and stop new feature development. Hadoop is the future of sql.

Fixed in the post.

/s/legacy/structured

Re: ZeroDB (YC S16) Provides Security for Enterprise Big Data in the Cloud

#7

> Currently, ZeroDB works with Hadoop and will soon will expand to other parts of the big data ecosystem, like Spark and Impala, as well as legacy databases, like Oracle, DB2, and MySQL. I guess mysql is a legacy database, now. Someone should let all the committers know that they should transition to support roles and stop new feature development. Hadoop is the future of sql.

Yeah, I guess a little early to retire MySQL and Oracle :-) Thanks for pointing out, legacy is more about DB2

Re: ZeroDB (YC S16) Provides Security for Enterprise Big Data in the Cloud

#10
The biggest technical hurdle for this type of database right now is index lookup. Since the nodes on the indexes are encrypted the client/server requires a round trip for every binary tree index level that needs to be traversed. This makes what is usually one of the fastest database operations into a slow one.
Post reply on HN