[sqlite] windows network and wal mode

2015-04-02 Thread Clemens Ladisch
Zaumseil Ren? wrote: > I have a separate table for each parameter with time stamp and value. > The time stamp is used as "integer primary key asc". > [...] > It is also possible to go back in time and then start from there. > Currently I remove all values from the tables after the specified time.

[sqlite] windows network and wal mode

2015-04-02 Thread Hick Gunter
at kkg.ch] Gesendet: Donnerstag, 02. April 2015 07:44 An: 'sqlite-users at mailinglists.sqlite.org' Betreff: [sqlite] windows network and wal mode Hi there, I have used sqlite to store parameter changes with a time stamp in a simulation environment. Because of the number of parameters (2000

[sqlite] windows network and wal mode

2015-04-02 Thread Zaumseil René
Hi there, I have used sqlite to store parameter changes with a time stamp in a simulation environment. Because of the number of parameters (2000+) and the max. change rate up to 50ms I have a separate table for each parameter with time stamp and value. The time stamp is used as "integer