summaryrefslogtreecommitdiff
path: root/sources/db
diff options
context:
space:
mode:
Diffstat (limited to 'sources/db')
-rwxr-xr-xsources/db/update_characters.rb6
1 files changed, 6 insertions, 0 deletions
diff --git a/sources/db/update_characters.rb b/sources/db/update_characters.rb
index 9d253d2..a729818 100755
--- a/sources/db/update_characters.rb
+++ b/sources/db/update_characters.rb
@@ -31,6 +31,12 @@ dir = ARGV[0] || '.'
db = SQLite3::Database.new(dir + '/taginfo-db.db')
db.results_as_hash = true
+db.execute("PRAGMA journal_mode = OFF");
+db.execute("PRAGMA synchronous = OFF");
+db.execute("PRAGMA count_changes = OFF");
+db.execute("PRAGMA temp_store = MEMORY;");
+db.execute("PRAGMA cache_size = 5000000;");
+
#------------------------------------------------------------------------------
regexes = [