Skip to main content

Showing 1–1 of 1 results for author: Haffner, I

Searching in archive cs. Search in all archives.
.
  1. arXiv:2104.15098  [pdf, other

    cs.DB

    Fast Compilation and Execution of SQL Queries with WebAssembly

    Authors: Immanuel Haffner, Jens Dittrich

    Abstract: Interpreted execution of queries, as in the vectorized model, suffers from interpretation overheads. By compiling queries this interpretation overhead is eliminated at the cost of a compilation phase that delays execution, sacrificing latency for throughput. For short-lived queries, minimizing latency is important, while for long-running queries throughput outweighs latency. Because neither a pure… ▽ More

    Submitted 3 May, 2021; v1 submitted 30 April, 2021; originally announced April 2021.

    Comments: 12 pages

    ACM Class: H.2.4