TsinghuaDatabaseGroup / DB-GPT

An LLM Based Diagnosis System (https://arxiv.org/pdf/2312.01454.pdf)
http://dbgpt.dbmind.cn/
Apache License 2.0
541 stars 77 forks source link

how to add new db-specified rules for the query rewrite tool? #54

Closed louishust closed 10 months ago

louishust commented 10 months ago

hi,

I saw the query rewrite use the LearnedRewrite.jar to do the rewrite job. In the readme, LearnedRewrite.jar is derived from calcite, may i know where is the repo of LearnedRewrite.jar? If i want to add some new rules, how can i add the some db-specified rules?

HungryFour commented 10 months ago

You can find more information here

louishust commented 10 months ago

@HungryFour thanks