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
			
			
									
						
							ArticleStorageSwitch to FS
ArticleStorageSwitch to FS
OTRS 2.3.4 /OTRS 3.0.11
Updateerfahrung
Win 2003 / Win 2008 R2
			
						Updateerfahrung
Win 2003 / Win 2008 R2
Re: ArticleStorageSwitch to FS
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
			
						"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: ArticleStorageSwitch to FS
Bereits erledgit, aber Größe bleibt unverändert
			
			
									
						
							Andere Idee?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>
OTRS 2.3.4 /OTRS 3.0.11
Updateerfahrung
Win 2003 / Win 2008 R2
			
						Updateerfahrung
Win 2003 / Win 2008 R2
Re: ArticleStorageSwitch to FS
was hälst Du von
optimize table article_plain
optimize table article_attachment
			
			
									
						
							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
			
						"Testing": ((OTRS Community Edition)) and git Master
Never change Defaults.pm! :: Blog
Professional Services:: http://www.otrs.com :: enjoy@otrs.com
Re: ArticleStorageSwitch to FS
Oh man - Wald vor lauter Bäumen nicht 
Danke!!!
			
			
									
						
							Danke!!!
OTRS 2.3.4 /OTRS 3.0.11
Updateerfahrung
Win 2003 / Win 2008 R2
			
						Updateerfahrung
Win 2003 / Win 2008 R2