Results 1 to 4 of 4
- 08-06-2008, 07:04 AM #1
Member
- Join Date
- Aug 2008
- Location
- Chennai, India
- Posts
- 1
- Rep Power
- 0
Export records to Excel from MySQL
Dear Forum Members,
I am Anz, working as Project Manager.
New to Forum.
Can anyone pls explain my question regarding the performance issuse, while exporting data from MySQL to excel.
We have nearly 40,000 records in employee table and the corresponding transaction table has 30,000 records. We want to make Outer join from Employee table and transaction table.
These combined recordset has to export to Excel.
We are using Apache under windows and Linux. Database is MySQL.
But the performance is very very slow. It takes days, but not finished. Sometimes throwing heap exception.
I would be grateful if anyone give good solutions.
regards,
Anz,
Project Manager,
Anubavam Technologies Pvt. Ltd.
Chennai, India
- 08-06-2008, 09:55 AM #2
Member
- Join Date
- Jul 2008
- Posts
- 31
- Rep Power
- 0
could you post the query you are using please
- 08-06-2008, 10:04 AM #3
I feel you can use some 3rd party tools to do this job.
The following link gives a lot of them checl which is feasible for you
Export Mysql To Excel SoftwareTo finish sooner, take your own time....
Nivedithaaaa
- 08-06-2008, 01:14 PM #4
Member
- Join Date
- May 2008
- Posts
- 24
- Rep Power
- 0
I dont quite understand "But the performance is very very slow. It takes days, but not finished. Sometimes throwing heap exception.
" this sentence of yours :confused:. Are you saying that the 40k/50k records are not read fast? If this is the case there may be several reasons why this happens.
1) Check your design.
2)The way you are reading the records
3)Best use a third party(As someone pointed out?) preferably JExcel by Andy Khan.
4)Is your db table innodb? if yes make that into myIsam
regards,
daGame :)Last edited by daGame; 08-06-2008 at 01:16 PM. Reason: wrong interpretation
Similar Threads
-
Export data to xls
By trill in forum Advanced JavaReplies: 5Last Post: 03-24-2011, 05:13 AM -
How to spool More than 65000 records in IE or Excel in Java
By santhoskumara in forum Advanced JavaReplies: 1Last Post: 05-06-2008, 04:42 AM -
export to excel
By diana glz in forum Advanced JavaReplies: 0Last Post: 03-13-2008, 11:01 PM -
export to excel
By diana glz in forum New To JavaReplies: 0Last Post: 03-13-2008, 09:26 PM -
Export excel issue
By sanjay_sharma77 in forum Advanced JavaReplies: 0Last Post: 01-10-2008, 03:47 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks