Closed ea-rus closed 1 year ago
I think the next we can do for speed up is reduce syntax complexity or migrate to another parse library
Relevant when starting new HF subprocess (needs to import), however now not creating new subprocess for each HF query, so not as relevant.
Optimization in forked repo makes import 3 times faster https://github.com/ea-rus/sly
Given that sly is retired, perhaps it makes sense to turn this fork into a mindsdb-sly
package instead?
Yes, it is a question to discuss, what to do:
Released in #281
Import of mindsdb_sql module takes around a second. It looks like import of Parser module takes a most of that time