Changes between Initial Version and Version 1 of Ticket #3092, comment 14


Ignore:
Timestamp:
Apr 25, 2015, 12:52:21 PM (9 years ago)
Author:
robe

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3092, comment 14

    initial v1  
    1313
    1414-- 1410ms 20,000 rows (compared to array which is 1840ms, lateral 1400 ms)
    15 SELECT * from geometry_columns_robe4  
     15SELECT * from geometry_columns 
    1616where type = 'LINESTRING';
    1717
     
    2323
    2424
    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 ms
    30 SELECT * from geometry_columns
    31 WHERE  f_table_name = 'constraint_test_linestring_1382';
    32 
    3325}}}
    34 
    35 
    36 
    37 
    3826
    3927