ArticleStorageSwitch to FS

Hilfe zu Znuny Problemen aller Art
Locked
asxo
Znuny expert
Posts: 187
Joined: 28 Apr 2009, 11:35
Znuny Version: 2.3.4

ArticleStorageSwitch to FS

Post by asxo »

Hallo zusammen,

ich habe Erfolgreich unsere Artikel DB auf das File System geschwenkt (ca. 50 GB)
Jetzt sind die beiden Dateien article_plain.MYD & article_attachment.MYD jeweils aber noch ca. 25 GB groß.

Mit welchen Befehl, Skript oder was auch immer kann ich die DB´s verkleinern????

Thks
OTRS 2.3.4 /OTRS 3.0.11
Updateerfahrung
Win 2003 / Win 2008 R2
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: ArticleStorageSwitch to FS

Post by jojo »

optimize table... im mysql cli
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
asxo
Znuny expert
Posts: 187
Joined: 28 Apr 2009, 11:35
Znuny Version: 2.3.4

Re: ArticleStorageSwitch to FS

Post by asxo »

Bereits erledgit, aber Größe bleibt unverändert
mysql> optimize table ticket;
+-------------+----------+----------+----------+
| Table | Op | Msg_type | Msg_text |
+-------------+----------+----------+----------+
| otrs.ticket | optimize | status | OK |
+-------------+----------+----------+----------+
1 row in set (18.70 sec)

mysql> optimize table ticket_history;
+---------------------+----------+----------+----------+
| Table | Op | Msg_type | Msg_text |
+---------------------+----------+----------+----------+
| otrs.ticket_history | optimize | status | OK |
+---------------------+----------+----------+----------+
1 row in set (2 min 15.25 sec)

mysql> optimize table article;
+--------------+----------+----------+----------+
| Table | Op | Msg_type | Msg_text |
+--------------+----------+----------+----------+
| otrs.article | optimize | status | OK |
+--------------+----------+----------+----------+
1 row in set (1 min 15.21 sec)

mysql>
Andere Idee?
OTRS 2.3.4 /OTRS 3.0.11
Updateerfahrung
Win 2003 / Win 2008 R2
jojo
Znuny guru
Posts: 15020
Joined: 26 Jan 2007, 14:50
Znuny Version: Git Master
Contact:

Re: ArticleStorageSwitch to FS

Post by jojo »

was hälst Du von

optimize table article_plain
optimize table article_attachment
"Production": OTRS™ 8, OTRS™ 7, STORM powered by OTRS
"Testing": ((OTRS Community Edition)) and git Master

Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
asxo
Znuny expert
Posts: 187
Joined: 28 Apr 2009, 11:35
Znuny Version: 2.3.4

Re: ArticleStorageSwitch to FS

Post by asxo »

Oh man - Wald vor lauter Bäumen nicht :D

Danke!!!
OTRS 2.3.4 /OTRS 3.0.11
Updateerfahrung
Win 2003 / Win 2008 R2
Locked