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
Copy file name to clipboardExpand all lines: rails_event_store_active_record/lib/rails_event_store_active_record/generators/templates/v1_v2_migration_template.rb
+10-4
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,12 @@
1
-
# This migration is not intended for live migration
2
-
# It assumes no data is added at that time.
1
+
# This migration is not intended for live data migration
2
+
# It assumes no data is added at when it is running.
3
+
# So stop your application servers from accepting new requests
4
+
# and processing background jobs before running
5
+
3
6
# Make sure you have a backup before running on production
4
7
5
8
# 10_000_000 distinct stream names
6
-
# can cause around 2GB of usage
9
+
# can cause around 2GB of RAM usage
7
10
# make sure you can run this migration on your production system
0 commit comments