Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

The Database Forum


You are currently viewing our The Database Forum as a guest. Please register to participate.
Login



Reply
what are all the list aspects to concentrate in Database Optimization
Old 11-11-2009, 10:39 AM what are all the list aspects to concentrate in Database Optimization
Banned

Posts: 19
Name: arul kumar
Trades: 0
I want to optimize the database, which should serve for feature deployment also.
Can any webmaster tell me, how it can be done?
varul is offline
Reply With Quote
View Public Profile Visit varul's homepage!
 
 
Register now for full access!
Old 11-11-2009, 10:48 AM Re: what are all the list aspects to concentrate in Database Optimization
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,528
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
You want optimise the database.

Any particular database?
What is it used for?
How is it accessed?
How many tables?
How many records is it estimated that it will be used for?
Single user access?
Multi user access?
number of concurrent users?

Plus many other things than can have a bearing on how a DB could be optimised.

And you don't need a "webmaster" you need the services of a DBA.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 11-12-2009, 01:50 AM Re: what are all the list aspects to concentrate in Database Optimization
Banned

Posts: 19
Name: arul kumar
Trades: 0
Quote:
Originally Posted by chrishirst View Post
You want optimise the database.

Any particular database?
What is it used for?
How is it accessed?
How many tables?
How many records is it estimated that it will be used for?
Single user access?
Multi user access?
number of concurrent users?

Plus many other things than can have a bearing on how a DB could be optimised.

And you don't need a "webmaster" you need the services of a DBA.


I have planned to implement the website database by Mysql.

The database will be for slideshow images with title & description

Every slideshow will be containing 6 images


The dataset will be accessed via web


I am going to implement with 3 database tables

1 for images & its details

2 one for user registration

3 one for storing the details of slideshow clicks & ratings


In future, I have planned to add video section too

The database will be huge in size because of storing more & more images

It will be increasing its size rapidly


I have no idea which would be better, whether it’s single user or multi user?

Suggest me the optimum one


The concurrent users estimated is approximately 15000


and wanted to know what are the other things I have to focus.
varul is offline
Reply With Quote
View Public Profile Visit varul's homepage!
 
Old 11-12-2009, 05:42 AM Re: what are all the list aspects to concentrate in Database Optimization
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,528
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
In that case DO NOT store the images in the database, store the paths to the images.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 11-12-2009, 05:51 AM Re: what are all the list aspects to concentrate in Database Optimization
Banned

Posts: 19
Name: arul kumar
Trades: 0
Quote:
Originally Posted by chrishirst View Post
In that case DO NOT store the images in the database, store the paths to the images.

Happy to get you back chrishirst.

If I storing the image paths, where can I keep the images for storing paths of images?
Should I have to create either a new database or a table to store images?
varul is offline
Reply With Quote
View Public Profile Visit varul's homepage!
 
Old 11-12-2009, 05:56 AM Re: what are all the list aspects to concentrate in Database Optimization
chrishirst's Avatar
Missing! presumed drunk.

Posts: 41,528
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Store the images on a hard drive as images, it's much less expensive (in server resource terms) than using "BLOB" fields.
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- I SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Reply     « Reply to what are all the list aspects to concentrate in Database Optimization
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.17148 seconds with 12 queries