PDA

View Full Version : mysql database speed up



shamsam1
05-31-2010, 04:00 AM
i am using mysqldatabase in which i am storing images (around 2000) databse is around 200mb. which is in web server.

we are using crystal report to display the images. when we try to retrieve the image its becoming very slow to display.

we are using c# with asp.net .
kindly help me out in making the process faster.

Tommy
06-01-2010, 07:32 AM
I would suggest that you store the path to the image in the database. Not the image.
Also what size are the images? If they do not need to be large resize them to a more bearable size.

shamsam1
06-02-2010, 12:18 AM
1200*900 is the image size its around 200kb.
Total no of image stored is around 2500 numbers. it will increase

As i am using crystal report to display images.i am storing it in database.

Please suggest me with alternatives

Waybearee
07-24-2010, 12:09 PM
Hi,Im using a Oracle Developer both forms and report as front-end in MySQL database. I would like to ask if it is legal to use this tools in providing modules for clients?

shamsam1
07-27-2010, 01:23 AM
what will be your output application ?will it be exe?

mysql is freeware.