IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changes between Version 29 and Version 30 of neb-touch-gory-details


Ignore:
Timestamp:
Feb 10, 2011, 12:19:39 PM (16 years ago)
Author:
Serge CHASTEL
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • neb-touch-gory-details

    v29 v30  
    5858}}}
    5959
    60 More over since looking for the complete string is costly, it would be interesting to DESIGN the tables in the database so that search can be efficient (hash partitioning on ext_id?)
     60More over since looking for the complete string is costly, it would be interesting to DESIGN the tables in the database so that search can be efficient. For instance, 10-bits string hash partitioning of tables based on ext_id might be interesting. It makes 1024 partitions for one table (and that's unfortunately the maximum). The storage_object table currently contains about TODO entries.
    6161
    6262== SQL statements decomposition: Create_object statements ==