[Tiling] Tilestore Benchmarks
Oliver Tonnhofer
olt at omniscale.de
Fri May 6 10:21:44 EDT 2011
On 06.05.2011, at 16:03, <christopher.schmidt at nokia.com> wrote:
>> Here is the schema:
>> CREATE TABLE tiles (id INTEGER PRIMARY KEY, x INTEGER, y INTEGER, blob BLOB)
>> CREATE INDEX idx_tiles_xy ON tiles (x, y)
>>
>> Here is a select for a single tile:
>> SELECT blob FROM tiles WHERE x = ? AND y = ?;
>>
>> and for meta tile requests:
>> SELECT blob FROM tiles WHERE (x = ? AND y = ?) OR (x = ? AND y = ?)....
>
> No Z?
No. The benchmark was only for a single grid. I tested the tile store itself and not a TMS/WMTS/etc. implementation.
Regards,
Oliver
--
Oliver Tonnhofer | Omniscale GmbH & Co KG | http://omniscale.de
http://mapproxy.org | https://bitbucket.org/olt
More information about the Tiling
mailing list