You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using this library for more than a year and thank you for maintaining. :)
As my sites are growing, there are a few million entries, so it takes almost 12 hours to generate sitemaps.
I have been using Repo.stream with an option(max_rows: 500) not to exceed max memory limit and Repo.transaction with options(timeout: :infinity, pool_timeout: :infinity) not to be closed before finishing generation.
Do you have any ideas to make it faster or plans to improve the performance?
Thanks for your answer in advance.
The text was updated successfully, but these errors were encountered:
Hi @byungjikroh, I had the same issue and it seams that this repo is unmaintained, but if you still in need you can try the one I created it's about 200x faster https://hex.pm/packages/fast_sitemap.
I have been using this library for more than a year and thank you for maintaining. :)
As my sites are growing, there are a few million entries, so it takes almost 12 hours to generate sitemaps.
I have been using Repo.stream with an option(max_rows: 500) not to exceed max memory limit and Repo.transaction with options(timeout: :infinity, pool_timeout: :infinity) not to be closed before finishing generation.
Do you have any ideas to make it faster or plans to improve the performance?
Thanks for your answer in advance.
The text was updated successfully, but these errors were encountered: