Live data from Hacker News

Viewing profile — dlurton

dlurton

HN member
Joined
Thu, Aug 01, 2019, 7:37 PM UTC
HN karma
12
Public activity
5 items

About dlurton

I'm a software development engineer @ Amazon working on PartiQL. Any opinions expressed are my own.

Recent public activity

  1. comment
    Comment #20588564

    Also, the PartiQL compiler makes heavy use of closures, each of which becomes a class, so the first time a query executes the JVM has to load a few dozen classes--this probably exp…

  2. comment
    Comment #20588395

    ORDER BY is still in the works: https://github.com/partiql/partiql-lang-kotlin/issues/47

  3. comment
    Comment #20588364

    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 functi…

  4. comment
    Comment #20588284

    It would be possible to integrate parquet data with PartiQL. Here is an example of integrating PartiQL with CSV files. https://github.com/partiql/partiql-lang-kotlin/blob/master/e.…

  5. comment
    Comment #20588147

    This is on the JVM so the JIT's optimizations probably haven't kicked in yet.