in reply to Re^8: threads::shared seems to kill performance (Workaround).
in thread threads::shared seems to kill performance
That file thing is a bit strange indeed, I hope there's some solution to that.
The problem is finding someone with some expertise of the Windows port of sqlite.
BTW: As your data is already in an sqllite DB, rather than copying it all from the into this mode=memory DB(*), why not just open connections to the existing db file from each of the threads using the uri-form connect string + the cache=shared modifier and see how the performance pans out.
(*especially as it seems these involve IO anyway.)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^10: threads::shared seems to kill performance (Workaround).
by Jacobs (Novice) on Jul 24, 2013 at 21:31 UTC | |
by BrowserUk (Patriarch) on Jul 24, 2013 at 22:14 UTC | |
by Jacobs (Novice) on Jul 24, 2013 at 22:46 UTC | |
by BrowserUk (Patriarch) on Jul 24, 2013 at 22:54 UTC | |
by Jacobs (Novice) on Jul 25, 2013 at 06:23 UTC | |
|