trino icon indicating copy to clipboard operation
trino copied to clipboard

Add support for ASOF join

Open jirislav opened this issue 9 months ago • 2 comments

When analyzing relational time-series data, it is essential to have the ability to join multiple datasets using time dimension by looking up at the value being closest in time.

Without proper query engine support, users are forced to implement inefficient work-around which is both slow & hard to read.

DuckDB has a great explanation here.

Many other popular databases & query engines support it:

jirislav avatar Apr 30 '24 08:04 jirislav

cc @martint

findinpath avatar May 03 '24 09:05 findinpath

Hey Trino team, any update on this?

PranavRudra avatar Jun 21 '24 03:06 PranavRudra

Hey Trino team, I am picking this up and will raise a commit request.

piyushsethia07 avatar Jul 21 '24 14:07 piyushsethia07