Skip to content
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

Большие запросы #24

Open
3 tasks
shikhalev opened this issue Nov 12, 2023 · 0 comments
Open
3 tasks

Большие запросы #24

shikhalev opened this issue Nov 12, 2023 · 0 comments

Comments

@shikhalev
Copy link
Owner

shikhalev commented Nov 12, 2023

Очень большие и, соответственно, долгие запросы нужно оптимизировать.

  • Переделать рекурсию в итерации, чтоб не нарваться на переполнение стека.
  • Сделать возможность дозагрузки после прерывания (это не совсем тривиальная задача из-за возможных изменений между попытками).
  • Подумать на предмет неполного хранения всего в памяти. Или как минимум протестировать с миллионными выборками.
@shikhalev shikhalev added this to the v2.0 milestone Nov 12, 2023
@shikhalev shikhalev self-assigned this Nov 12, 2023
@shikhalev shikhalev added the EPIC label Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Research
Development

No branches or pull requests

1 participant