Go Back   Web Server Hosting Forum by BODHost > Support > MySQL Issues.
 

Reply
 
Thread Tools Display Modes
  #1 (permalink)  
Old 02-12-07, 02:24
BOD Member
 
Join Date: Jan 2007
Posts: 37
Default Data Access Optimizing

Hey guys, this is my conclution of Data Access Optimizing. Welcome to show your opinion.

I think Optimizing the Data Access refers to:

1) Database Design
2) DDL (Data Definition Language)
3) ASP coding (How you hold the data at the client/server side and show them on the web page)
Reply With Quote
  #2 (permalink)  
Old 02-12-07, 03:57
BOD Member
 
Join Date: Jan 2007
Posts: 66
Default

I think if the arc is 3-tier then this can be done in much optimized way that depends on your responsibility. If you are alone programmer then change No.1, No.2 and No.3, if not, then you can work by yourself at No.2 and No.3 level in better way.
Reply With Quote
  #3 (permalink)  
Old 09-04-07, 07:16
BOD Member
 
Join Date: May 2007
Posts: 81
Default

I have noticed, this is one of the important concepts of SQL. Well, it is known that if we preallocate sequence numbers, the performance increases. What do you guys thinki about Preallocation of Sequence Numbers.
Reply With Quote
  #4 (permalink)  
Old 11-09-07, 04:02
BOD Member
 
Join Date: Oct 2007
Posts: 34
Default

Query optimization is the most important aspect for database Optimization. As today clients are interested in fast data retrieval ::

There are two types of optimization.

1. One consist of logical optimization which generates a sequence of relational
algebra to solve the query.

2. In addition there is physical optimization which is used to determine the
means of carrying out each operation.

Also thought must be given in the direction of how to include tests and branching in your queries, how to normalize your database, and how to issue concurrent queries to boost performance, among many other design and optimization topics.


Glenn.
Reply With Quote
  #5 (permalink)  
Old 11-10-07, 11:13
sam sam is offline
BOD Member
 
Join Date: Jul 2007
Posts: 141
Send a message via Yahoo to sam
Default

These Queries can be designed and built to optimize the performance. Query performance tuning and optimization can be accomplished through the following approaches:

1) Making decisions about of what type of query to use based on a consideration of data sources and the nature of the data you are querying.

2) Designing and Planning the type of query to use and how to implement it based on factors like expected query result size, memory requirements, and ability to leverage stored queries as appropriate.

3) Adding standard optimization hints to queries
Reply With Quote
Reply


Thread Tools
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off
Forum Jump


All times are GMT -6. The time now is 00:57.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
Copyright © 1999-2012, BODHost Ltd. All rights reserved.