190k records is Big Data? For me big data starts from 9M+ rows
Crate.io – Big Data SQL in real time
61–70 of 83 posts
Re: Crate.io – Big Data SQL in real time
#62Anybody who comes up with a new "Big Data" solution has to realize that the 90% of the data users are vested deeply in Hadoop and the ecosystem around it. Having tools like PrestoDB, Hive, Shark on the top of HDFS makes it really hard to newcomers to convince companies to invest in something else. If data was a greenfield territory these project would be more viable. Btw. on this note, PrestoDB just getting the right…
we here at crate were living in the hadoop ecosystem for some time. but when we came across the beautiful architecture of netty.io (async, event-driven) and the way elasticsearch orchestrated it - since that time we know there will be room for newcomers :)
Re: Crate.io – Big Data SQL in real time
#63Some initial thoughts from looking at the website and documentation... 1. The main reason I want SQL is for relational data. The lack of joins basically makes this a "NoSQL" database in every respect except the query language being something resembling SQL. I'm fairly sure ANSI SQL requires support for joins. 2. It does auto-sharding, but I don't know how. The documentation doesn't specify how the data is sharded, an…
its actually sql on top of elasticsearch
I've done a lot of work with Elasticsearch[1] and while it's a great search engine, it is NOT a primary source of truth or something you want to trust not to lose your data.
[1]: Built a startup's product on top of it and have written an open source client library for it.
Re: Crate.io – Big Data SQL in real time
#64Some initial thoughts from looking at the website and documentation... 1. The main reason I want SQL is for relational data. The lack of joins basically makes this a "NoSQL" database in every respect except the query language being something resembling SQL. I'm fairly sure ANSI SQL requires support for joins. 2. It does auto-sharding, but I don't know how. The documentation doesn't specify how the data is sharded, an…
i promise, we're working hard and try to be there faster than in a few years :)
Re: Crate.io – Big Data SQL in real time
#65Earlier quoted context omitted.
Cassandra is open source and used in a large number of IoT applications. Most famous one being Nest. Also as far as throughput Netflix is doing 1.5 trillion (yes trillion) transactions per day in production on Cassandra.
This is a great example of not understanding the scaling problem of IoT. Not only is the above (quasi-)transaction rate modest by IoT system standards today, but Cassandra is not doing real-time analysis or ad hoc querying of complex relationships across those transactions at the same time, which is usually a requirement. I know of a production IoT system in the private sector that does 1.5 trillion (quasi-)transacti…
That depends on how you are using Cassandra. Typically, you are expected to know your query patterns up front, and so you will lay your data out accordingly when ingesting. When done properly, this allows for ~1ms queries that return completely up-to-date results.
Re: Crate.io – Big Data SQL in real time
#66Their demo is only working against ~190,000 records. I don't now any databases that aren't going to perform the demonstrated operations quickly.
Re: Crate.io – Big Data SQL in real time
#67Any idea what app or library they used to make the retro green-screen terminal video?
Re: Crate.io – Big Data SQL in real time
#68Earlier quoted context omitted.
we here at crate were living in the hadoop ecosystem for some time. but when we came across the beautiful architecture of netty.io (async, event-driven) and the way elasticsearch orchestrated it - since that time we know there will be room for newcomers :)
Well sorry my buzzword filter removed half of your sentence. :) I understand that engineers can get excited about async and event driven but these mean absolutely nothing to your endusers. I could implement your service with blocking IO and non-event driven code and still get the same performance. It simply does not matter that much. The key to Hadoop's success is scalability and predictable performance. Don't get me…
Re: Crate.io – Big Data SQL in real time
#69Earlier quoted context omitted.
its actually sql on top of elasticsearch
That is bad . I've done a lot of work with Elasticsearch[1] and while it's a great search engine, it is NOT a primary source of truth or something you want to trust not to lose your data. [1]: Built a startup's product on top of it and have written an open source client library for it.
at least i remember they didn't recommend it for database until the backup funcionality was done
Re: Crate.io – Big Data SQL in real time
#70If you were initially confused like I was, crate.io used to be the domain for an alternative Python Package Index. http://www.reddit.com/r/Python/comments/1wcp93/what_happened...
Confusing, but it seems to be moved to https://warehouse.python.org/ Edit: I'm not sure they are related