Crate.io – Big Data SQL in real time
21–30 of 83 posts
Re: Crate.io – Big Data SQL in real time
#22http://www.reddit.com/r/Python/comments/1wcp93/what_happened...
Re: Crate.io – Big Data SQL in real time
#23Re: Crate.io – Big Data SQL in real time
#24Nicely done and thoughtfully executed. As a quibble on the suggested use cases, this platform will not work for the Internet of Things generally for two reasons. First, it lacks support for the spatial data types, including polygons, and operations, including spatial joins, that are typical of those types of data models. Second, typical commercial IoT data sources are often on the order of 100TB-1PB per day , which i…
Re: Crate.io – Big Data SQL in real time
#25Re: Crate.io – Big Data SQL in real time
#26Re: Crate.io – Big Data SQL in real time
#27If 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...
Re: Crate.io – Big Data SQL in real time
#28No Joins?
Re: Crate.io – Big Data SQL in real time
#29190k records is Big Data? For me big data starts from 9M+ rows
Re: Crate.io – Big Data SQL in real time
#30This makes no sense. Presto is already a SQL query engine, so what does it mean to "extend" it with a SQL interface? Furthermore, the crate.io SQL is even more limited than Presto SQL! Presto allows operations that are not in crate SQL, like joins and "create table as select".