Re: Conoscete un "proxy" per avere MySQL in ram?

RedFoxy <[email protected]> Tue, 20 May 2014 17:07:45 +0200
Newsgroups gmane.os.freebsd.italian.esperti
Message-ID <[email protected]>
Il giorno 19/mag/2014, alle ore 15:02, Gianluca Sordiglioni <[email protected]> ha scritto:

> ANALYZE TABLE pmtext
> ANALYZE TABLE pm
> 
> ricostruisci la distribuzione delle chiavi. Se vuoi esagerare, anche OPTIMIZE TABLE.


ogni sera, dopo i backup, effettuo in automatico un "mysqlcheck  -s --auto-repair --optimize” quindi dovrebbero essere ottimizzate senza problemi… in ogni caso ho provato a disabilitare e riabilitare le chiavi per ricostruirle e non è cambiato nulla, in ogni caso i risultati sono:

mysql> ANALYZE TABLE pmtext;
+---------------------------+---------+----------+----------+
| Table                     | Op      | Msg_type | Msg_text |
+---------------------------+---------+----------+----------+
| softairmania_forum.pmtext | analyze | status   | OK       |
+---------------------------+---------+----------+----------+
1 row in set (0,36 sec)

mysql> ANALYZE TABLE pm;
+-----------------------+---------+----------+----------+
| Table                 | Op      | Msg_type | Msg_text |
+-----------------------+---------+----------+----------+
| softairmania_forum.pm | analyze | status   | OK       |
+-----------------------+---------+----------+----------+
1 row in set (0,63 sec)


—
RedFoxy Darrest
http://www.redfoxy.it

_______________________________________________
Esperti mailing list
[email protected]
http://mailman.gufi.org/mailman/listinfo/esperti