Interesting that they opted for a relational rather than a categorical one; the latter is proving to be more flexible [0]. [0] https://www.categoricaldata.net/
PartiQL: One query language for all your data
21–30 of 88 posts
Re: PartiQL: One query language for all your data
#22Re: PartiQL: One query language for all your data
#23Re: PartiQL: One query language for all your data
#24Re: PartiQL: One query language for all your data
#25Anyone know how this compares to Presto and zetasql?
One big difference is native support for nested data that's built right into the syntax of the language. Most other SQL implementations allow support for nested data through functions which have non-intuitive syntax.
Re: PartiQL: One query language for all your data
#26PartiQL> SELECT * FROM [1,2,3] | ===' > --- OK! (86 ms) Jeez. 86ms for this query on this data set? Hope that's not representative of the general performance!
Re: PartiQL: One query language for all your data
#27Interesting that they opted for a relational rather than a categorical one; the latter is proving to be more flexible [0]. [0] https://www.categoricaldata.net/
How is it proving to be more flexible?
Re: PartiQL: One query language for all your data
#28This is neat. Anyone want to add support for TreeBase/Tree Notation? http://treenotation.org/treeBase/ . It's currently on the backburner to query TreeBases in SQL without having first to convert the TreeBase to sql. Seems like it would be relatively straightforward to use this to do that.
Re: PartiQL: One query language for all your data
#29PartiQL> SELECT * FROM [1,2,3] | ===' > --- OK! (86 ms) Jeez. 86ms for this query on this data set? Hope that's not representative of the general performance!
Re: PartiQL: One query language for all your data
#30So I assume this is a rebranding of some other open source project with the amazon brand stuck on it, or is it actually something distinct?