1
0

Faltó este archivo con algunos detalles

This commit is contained in:
2023-01-20 19:56:04 +01:00
parent 555fd0e140
commit 704890c0dd

View File

@@ -89,8 +89,10 @@ namespace testML.S4i_Simulador
using (var db = new SQLiteConnector(outputDB))
{
db.Execute("PRAGMA journal_mode=wal");
db.Execute("PRAGMA journal_mode = MEMORY;");
db.Execute("PRAGMA wal_autocheckpoint = 1000;");
db.Execute("PRAGMA synchronous = OFF;");
db.Execute("VACUUM");
#region Crear tabla de los individuos