Changes between Version 35 and Version 36 of Partitioning


Ignore:
Timestamp:
11/06/25 00:08:11 (3 weeks ago)
Author:
222039
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Partitioning

    v35 v36  
    121121==== passanger
    122122
     123{{{#!div
     124{{{#!sql
     125ALTER TABLE `passenger` DROP INDEX pass_unq;
     126ALTER TABLE `passenger`
     127PARTITION BY HASH(passenger_id)
     128PARTITIONS 4;
     129}}}
     130}}}
     131
     132
    123133== Тестирање и Перформанси
    124134