by portmanteaufu on 8/1/19, 7:29 PM with 84 comments
by lwansbrough on 8/1/19, 8:38 PM
PartiQL> SELECT * FROM [1,2,3]
|
==='
<<
{
'_1': 1
},
{
'_1': 2
},
{
'_1': 3
}
>>
---
OK! (86 ms)
Jeez. 86ms for this query on this data set? Hope that's not representative of the general performance!by xpe on 8/2/19, 5:27 AM
Now, in practice, perhaps with sufficient adoption and integration, PartiQL might be good enough for 80% of use cases.
by jnordwick on 8/1/19, 8:35 PM
That is the most important thing for my uses. I deal mostly in time series data, SQL windowing queries are too slow. Turning the set into an array to allow indexing and support easy time series queries is enough for me the use it.
by manojlds on 8/2/19, 4:54 AM
Below are the reasons given in the blog post and I am trying to compare them with Hive SQL + Spark
SQL compatibility - I need to check this as I am not a SQL expert, but Hive SQL seems compatible
First-class nested data - supported
Optional schema and query stability - supported
Minimal extensions - feels same goals in Hive SQL
Format independence - yes
Data store independence - yes.
by rdsubhas on 8/2/19, 10:37 AM
Most customers running on Amazon (or any cloud) want to move from having to maintain their own databases (which takes a lot of effort) to paying someone else do it. Amazon knows this.
This move looks like Amazon has everything to win and every other vendor has everything to lose. Even if they say the opposite (you can switch from Amazon to your own) - they know that extremely few customers have the will to operationalize their own databases. So they know that only the opposite will happen - customers will switch from self hosted to Amazon services. They have also been openly predatorial towards other open source databases (e.g. aws elasticsearch and mongo). No wonder all Amazon services already support this.
In that context, who is the target audience and what is the deployment model here? Are vendors going to integrate this directly into their databases? Or users have to run their own proxy instances? Or is it compiled into the application as a library?
by kodablah on 8/1/19, 9:15 PM
by AtlasBarfed on 8/2/19, 6:48 PM
This may be powerful and useful, but it is proprietary, nontransparent, unstandardized, and nonportable.
I get that every database has some platform lock-in, but its getting ridiculous. At least amazon's relational offerings need to adhere to binary driver protocols.
by zellyn on 8/1/19, 8:49 PM
by ahl on 8/2/19, 4:31 PM
I'm interested in adopting PartiQL for our product, but would we get to participate in the evolution of the language or would we purely be downstream of the decisions made to benefit AWS products and services?
by pawelduda on 8/2/19, 1:09 AM
by manigandham on 8/1/19, 9:18 PM
by pushingice on 8/1/19, 10:12 PM
by whoevercares on 8/1/19, 9:23 PM
by ohnoesjmr on 8/1/19, 8:53 PM
by k__ on 8/2/19, 2:05 AM
by agentultra on 8/1/19, 8:56 PM
by unnouinceput on 8/2/19, 9:48 AM
And that right there is where they lost me. Nooo thank you.
by benburleson on 8/1/19, 10:06 PM
by mehh on 8/1/19, 10:15 PM
by breck on 8/1/19, 9:01 PM