Skip to content

Issues using lists #397

Answered by EvgSkv
martirm asked this question in Q&A
Oct 23, 2024 · 1 comments · 1 reply
Discussion options

You must be logged in to vote

Hello @martirm !
This is an interesting question.
As I started implementing it I hit duckdb bug and filed an issue.
So I'm adjusting the query to avoid the bug.

Generally unions are easier for machines compute than overlaps, so if performance is a concern, then trying to express logic via unions may be a way to go.

Here is my shot at this problem with the goal to keep complexity under control:
https://colab.research.google.com/drive/1DaHmaC1yu6LaRuYrUtwH7fQzHOvmcV9X?usp=sharing

Would you like to try applying it to your data and let me know if it's performant enough?

Thank you!
Evgeny.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@martirm
Comment options

Answer selected by martirm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants