duckdb / duckdb_mysql

https://duckdb.org/docs/extensions/mysql
MIT License
55 stars 13 forks source link

[Question] Does this extension have any optimization on executing query? #92

Open RinChanNOWWW opened 1 month ago

RinChanNOWWW commented 1 month ago

Does this extension have any optimization on executing MySQL query? Or it just forwards the query to the MySQL instance?

I took a brief look at the codes, and I think it just forwards the query. But I'm not sure about that.