Changes between Initial Version and Version 1 of Ticket #3092, comment 14
- Timestamp:
- 04/25/15 12:52:21 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3092, comment 14
initial v1 13 13 14 14 -- 1410ms 20,000 rows (compared to array which is 1840ms, lateral 1400 ms) 15 SELECT * from geometry_columns _robe415 SELECT * from geometry_columns 16 16 where type = 'LINESTRING'; 17 17 … … 23 23 24 24 25 26 -- 1490ms- 1500 ms - 20,000 rows (mix of constraint and columns)27 SELECT * FROM geometry_columns WHERE type = 'LINESTRING';28 29 -- 220 - 240 ms30 SELECT * from geometry_columns31 WHERE f_table_name = 'constraint_test_linestring_1382';32 33 25 }}} 34 35 36 37 38 26 39 27