If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Database Concepts & Design > Client or server? Load balancing in database systems.

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-09-09, 14:06
denver85 denver85 is offline
Registered User
 
Join Date: Dec 2009
Posts: 2
Client or server? Load balancing in database systems.

Hi,

I'm new here, so welcome First of all, sorry for my English. I hope that it would be able to understand what I'm writing.

I'm writing master thesis at the end of my studies. The subjest of this thesis is 'Client or server? Load balancing in database systems.' The main problem is that I cannot find many information about it in the Internet. That's why I'm asking for help. The thesis is generally about what to do, how to design database system so it would be efficient. Especially what tasks could client side do to make the load smaller on the server side. I've already wrote about Oracle RAC, project Mosix for Linux and grid networks such as Boinc project. Unfortunately all of these subject don't tell precisely how to configure or design database so it would be load balanced, it's rather about network load balancing. I know that eg. algebraic calculations should proceed on client side, I mean that would be optimal. What else? I would be grateful if you let me know about some technologies, articles, books or even systems which are connected whith this topic.

Thank you in advance for your replies,

Regards!
Reply With Quote
  #2 (permalink)  
Old 12-10-09, 08:08
denver85 denver85 is offline
Registered User
 
Join Date: Dec 2009
Posts: 2
Ok, I can see that it's rather unpopular subject. I have another question then. Do you have some information about running database on Mosix cluster? Is it efficient? And again, please post some links to articels etc.
Reply With Quote
  #3 (permalink)  
Old 12-12-09, 00:51
MarkATrombley MarkATrombley is offline
Registered User
 
Join Date: Jul 2009
Location: Michigan
Posts: 125
I would advise you to change your thesis subject. I have never heard of any significant balancing of database effort between client and server, nor have I heard of Mosix. If you can't find information about these on the web it may be best to find another topic.
Reply With Quote
  #4 (permalink)  
Old 12-14-09, 10:45
blindman blindman is offline
World Class Flame Warrior
 
Join Date: Jun 2003
Location: Ohio
Posts: 11,726
Quote:
Originally Posted by denver85 View Post
I know that eg. algebraic calculations should proceed on client side, I mean that would be optimal.
Eh?
Load should be split according to functionality. Presentation functionality belongs on the client side. Data logic belongs on the database side.
__________________
If it's not practically useful, then it's practically useless.

blindman
www.chess.com: "sqlblindman"
Reply With Quote
Reply

Tags
balance, client, load, server

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

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