Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: SQLite Lag
Post: RE: SQLite Lag

Is the Problem SQLite 3 or Cuberite?
gegi123 Plugin Discussion 13 11,486 11-01-2015, 08:37 AM
    Thread: SQLite Lag
Post: RE: SQLite Lag

Code: -- sqlite> select * from money; 530bf20d833e37ca8446fb6cc4d9dbc4|50.0 71ee0bf53d533e1481bf4bb56e9a7b60|50.0 b71a7be8902c3a2c8341606093982b33|1000.0 f25715baaee333598e990b452ab9b073|1000.0...
gegi123 Plugin Discussion 13 11,486 11-01-2015, 07:57 AM
    Thread: SQLite Lag
Post: RE: SQLite Lag

I tested every Plugin you wrote and it always lags when something changes in the SQL. For example Coiny: /money = No Lag /money give [Player] [Amount] = Lag I downloaded the executable
gegi123 Plugin Discussion 13 11,486 11-01-2015, 01:23 AM
    Thread: SQLite Lag
Post: RE: SQLite Lag

It happens every time and the lag is between 1-6 Seconds. I'm using Debian 8 and I don't know what build I am using. Where can i find it? EDIT: Is it possible to use MySQL instead of SQLite?
gegi123 Plugin Discussion 13 11,486 10-31-2015, 10:33 PM
    Thread: SQLite Lag
Post: SQLite Lag

I'm working on an economy Plugin and use SQLite for storage. When I use 'UPDATE' in SQL the Server lags for about 3 seconds. Code: -- DB:exec("UPDATE `money` SET `money`='" .. Money .. "' WHERE `u...
gegi123 Plugin Discussion 13 11,486 10-31-2015, 04:35 AM