forked from MTSR/mapserver
object db indexes
This commit is contained in:
parent
042d17ae23
commit
ac0e0ff94d
@ -21,6 +21,9 @@ create table if not exists objects(
|
||||
mtime bigint
|
||||
);
|
||||
|
||||
create index if not exists objects_pos on objects(posx,posy,posz);
|
||||
create index if not exists objects_pos_type on objects(posx,posy,posz,type);
|
||||
|
||||
create table if not exists tiles(
|
||||
data blob,
|
||||
mtime bigint,
|
||||
|
Loading…
Reference in New Issue
Block a user