Forum Discussion
Very slow after Key phrase extraction
- 3 years ago
Anonymous Yeah, if it blows out your table to several million rows or more then there is going to be some slowness involved. Also, using the AI stuff is going to mean that query folding is broken at that point so any steps after that will not be query folded and run locally. Better to do as many steps with query folding as possible.
Anonymous Yeah, if it blows out your table to several million rows or more then there is going to be some slowness involved. Also, using the AI stuff is going to mean that query folding is broken at that point so any steps after that will not be query folded and run locally. Better to do as many steps with query folding as possible.
Thanks for the reply. I'll see what I can do about the steps after but ultimately I may have to abandon using this feature for now.