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

Автоматизировать создание индексов в БД #46

Open
dmitry-weirdo opened this issue Jan 5, 2021 · 0 comments

Comments

@dmitry-weirdo
Copy link
Collaborator

Таблица с данными по словарях уже в текущей загрузке содержит 3 464 639 записей, что делает запросы по ней достаточно медленными.
Можно просто запускать нативные скрипты после вставки данных.

Точно нужны:

alter table player_vocabulary_stats add index (vocabulary_code);
alter table player_vocabulary_stats add index (vocabulary_code, races_count);

todo: также подумать над:

  • именованными индексами
  • созданием через Liquibase. Непонятно, насколько будет тормозиться вставка данных при наличии индексов. Хорошо бы это измерить.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant