superduper-io / superduper

Superduper: Integrate AI models and machine learning workflows with your database to implement custom AI applications, without moving your data. Including streaming inference, scalable model hosting, training and vector search.

Home Page:https://superduper.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[QUEUES] Optimize the logic for checking if keys are fully present in the data within trigger_ids.

jieguangzhou opened this issue · comments

Currently, we read the data and check the keys. We should change to directly check if the data exists based on select, ids, and key, instead of reading the data.