I was importing lidar data into a 3D point with the sqlite dbase driver. While it was chugging on that, I tried to import some simple polygon data. I got a “database locked” message.
Does this mean that database access in a mapset (when using sqlite) is limited to one vector at a time?
I was importing lidar data into a 3D point with the sqlite dbase driver. While it was chugging on that, I tried to import some simple polygon data. I got a "database locked" message.
Does this mean that database access in a mapset (when using sqlite) is limited to one vector at a time?
If your SQLITE database is one single file containing all the tables of all vectors then I wouldn't be surprised that this was the case.