-
Notifications
You must be signed in to change notification settings - Fork 88
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Caching performance is worse than the one from the earlier versions #1000
Comments
<style>
</style>
Результаты актуальных экспериментов с кэшем - впринципе он работает, но есть некоторые проседания (особенно при многопроцессорном режиме). Думаю это связано с параллельным чтением/записью нескольких процессов и создание большого числа подключений к бд. Какая идея есть
Это еще и позволит сократить время на sql операции - так как быстрее загружать один раз большой объем данных, чем много раз по одной строке |
Не актуально |
As for FEDOTv0.6.0 performance of the cache (both for operations and for preprocessors) has deeply regressed from the previous versions.
That can be seen from quality metrics on classification datasets - they're better when the cache is turned off...
It's important to accelerate a work of the cacher, so it would be reasonable to use it (It is enabled by default).
The text was updated successfully, but these errors were encountered: