ابدأ بالتواصل مع الأشخاص وتبادل معارفك المهنية

أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.

متابعة

What hints are considered useful for a system admin to speed up large database import ?

user-image
تم إضافة السؤال من قبل Hamzeh Abu Zakham , Director of Software Development , bayt.com
تاريخ النشر: 2013/03/29
Zaid Rabab'a
من قبل Zaid Rabab'a , Software Development Team Leader , Al-Safa Co. Ltd.

compress it with Winrar or winzip and import them

Rami Zebian
من قبل Rami Zebian , CEO , LeLaboDigital

Save the files in .csv format and perform a Batch insert using a query ("bulk insert" for example) instead of the regular importing.

Zaher Hazeem
من قبل Zaher Hazeem , Senior Software Engineer , N2V - Startappz

try to write small script on kettle tool: http://kettle.pentaho.com/ it's very useful ETL tool

مستخدم محذوف‎
من قبل مستخدم محذوف‎

If you're using PhyMyAdmin, one simple way is to compress the .SQL file using WinZip or WinRAR and import the zipped file straight away.

Ahmad Alyan
من قبل Ahmad Alyan , Project Manager,Senior Developer , Kafoumedical

You use any software to spilt the sql file into smaller files like (http://www.sqldumpsplitter.com) and then you can restore this files easily you can find a good explination about SQL Spliter here http://www.spotht.com/2010/05/how-to-split-large-mysql-database-file.html

المزيد من الأسئلة المماثلة