4paradigm / 4paradigm/OpenMLDB

improve use of LLJIT

未关闭
#3,748 1 条评论 0 个 reaction 已指派 1 人 已被 @aceforeverd 认领 在 GitHub 查看
enhancement execute-engine
主要语言
C++
星标
1.7k
派生
331
平均合并
12 天 12 小时
30 天内合并 PR
1

描述

Current status
- every SQL construct standalone JIT instance, destroyed after single SQL query finished

Better ?
- reuse JIT instance from multiple SQLs
- remove module with ResourceTracker

贡献指南

打开贡献指南

调研方向

The issue concerns the LLJIT usage in OpenMLDB's SQL execution. Look for code that creates and destroys JIT instances per query, likely in the SQL execution engine or compiler components. Research how LLJIT instances and ResourceTrackers are currently managed. The goal is to modify the lifecycle to allow reuse across multiple queries, which requires understanding the project's JIT architecture and threading model.

由索引模型根据 Issue 内容生成。

评估

领域
backend, compilers, performance
Issue 类型
重构
难度
4/5
预计耗时
3-5 天
活跃度
停滞
描述清晰度
基本清楚
新手友好度
35/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。