Open carldea opened 4 years ago
Didn't know if there was a faster way instead of individual inserts.
I've not found one yet, however you can speed up inserts significantly using the Table.SetWriteLock() and Table.LoadOnlyMode(bool enabled) methods.
Didn't know if there was a faster way instead of individual inserts.