abidinamdar / gmapcatcher

Automatically exported from code.google.com/p/gmapcatcher
1 stars 0 forks source link

What is the smallest map type? Sqlite3? OSM? MGMaps? Rmaps? Files? #405

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Also the fastest loading, buffering, downloading etc?

Original issue reported on code.google.com by barleydo...@gmail.com on 7 Jul 2014 at 4:45

GoogleCodeExporter commented 8 years ago
The smallest should be (with quite a margin) SQLite. This is because there 
isn't so much filesystem overhead, as it's basically just one big file. 
Furthermore, it's compressed.

The fastest is one of the file formats, my guess is the GMapCatcher "native", 
as it requires less coordinate conversions.
The speed differences should be quite small on a modern hardware though.

Note: I haven't experimented with speed differences that much, so these are 
"sophisticated guesses".

Original comment by kipenros...@gmail.com on 7 Jul 2014 at 6:35