View Single Post
woody14619's Avatar
Posts: 1,455 | Thanked: 3,309 times | Joined on Dec 2009 @ Rochester, NY
#572
Originally Posted by MartinK View Post
Sqlite stores the tiles sequentially, one at a time. But when storing to files, it works asynchronously - many tiles could be in the process of being stored at once, causing significant I/O load (note how the UI is similarly less responsive while the application manager does its I/O intensive work). Solution ? Store the tiles sequentially and possibly don't save tiles once the saving queue hits some upper bound as to avoid a memory leak
Another option: Save them as tiles in the area you would normally save them as tiles, and remember them for ingestion later? Just an idea.
 

The Following User Says Thank You to woody14619 For This Useful Post: