Ignore:
Timestamp:
Nov 21, 2004, 12:13:48 PM (20 years ago)
Author:
plg
Message:

optimization : instead of reading each $confcalendar_datefield for
matching YEAR() and MONTH(), use of SQL statement BETWEEN ... AND ... on the
date field + new index image_i5 on date_creation (default date field for
calendar)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/install/phpwebgallery_structure.sql

    r606 r612  
    146146  KEY images_i1 (storage_category_id),
    147147  KEY images_i3 (average_rate),
    148   KEY images_i4 (hit)
     148  KEY images_i4 (hit),
     149  KEY images_i5 (date_creation)
    149150) TYPE=MyISAM;
    150151
Note: See TracChangeset for help on using the changeset viewer.