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

Comimt task 3 #5

Closed
wants to merge 1 commit into from
Closed

Comimt task 3 #5

wants to merge 1 commit into from

Conversation

badimalex
Copy link

@badimalex badimalex commented Sep 22, 2019

Большой файл
rake reload_json[fixtures/large.json]

выполняется за
Finish in 24.07

по фидбэк лупу не очень получилось поработать. пробовал сначала анализировать с помощью rubyprof, stackprof, rbsy.

в основном ничего не ясно было, какие то методы рельсы и всяких гемов запускались.

Пробовал так же замерять ОЗУ, тоже особо результата не дало, в итоге слепо последовал рекомендациям из ДЗ:

- чистим базу
- идём по огромному файлу
- по пути формируем в памяти вспомогательные справочники ограниченного размера (`cities`, `buses`, `buses_services`)
- сразу же стримим основные данные в базу (`trips`), чтобы не накапливать их
- после завершения файла сохраняем в базу сформированные справочники

1 набил справочники
2 почистил бд со сбросом ключей
3 в потоковом режиме заполнил таблицу trips
4 с помощью гема activerecord-import загрузил справочники в бд.

Результат 24 секунды за large файл, бонус задачу не пробовал загружать.

@@ -1 +1 @@
2.6.3
2.6.1
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

сбросил версию потому что инета не хватает чтобы закачать все гемы, на мобилке пока сижу.

@vkurennov vkurennov closed this Jan 24, 2020
otmosina added a commit to otmosina/rails-optimization-task3 that referenced this pull request May 22, 2021
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

Successfully merging this pull request may close these issues.

None yet

3 participants