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 > Database Engine Design.. I need more help

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 11-04-06, 08:59
jeba_ride jeba_ride is offline
Registered User
 
Join Date: Nov 2006
Posts: 1
Red face Database Engine Design.. I need more help

Hai everybody.. have a good day...

i am doing a search engine project. that need a big database access. my extimate that database size may be 100gb. which database i hvae to use. my friends told me that you have to develop your own engine for that. For that what i have to do. i have no idea. please help me. i want to develop that from open source database like MySQL, SQLite.. is it right? if so tell me where can i get the sourcfe code with documentation. i know that source code is available in MySQL.org. i need the engine[access layer] code alone..


For implementing that which is the best language. and which is more efficiency.. i want to develop that in Linux platform. is it correct choice? if not which os is best for database access..

i am waiting for the reply of my seniors..............
Reply With Quote
  #2 (permalink)  
Old 11-04-06, 10:16
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,605
I would not consider writing a database engine for this kind of task. The cost would be WAY too high to be able to justify for a single project, and it truly isn't necessary.

There are a number of commercial products that you could use. DB2, Sybase, and Oracle jump right to my mind. While you have to buy the engine once you go to production, all of them have developer versions that are either free or very low cost. In the long term, this would be the cheapest solution because you'd have a stable database engine, you can get good support, you can hire programmers as needed, and you'll save millions of dollars in the hunt to find investors when you try to sell the engine (compared to selling a similar product with a proprietary database engine).

I think you could probably get a database this size working with MySQL too. I've never done it myself, but I know several people that have done it.

I'm just curious, but what kind of web search engine do you envision that only needs 100 Gb of storage? Are you looking to create a product to provide for single web sites like http://www.dbforums.com to search just their own content? That market is getting rather crowded, and 100Gb wouldn't even do this site by itself if you include the archives.

-PatP
Reply With Quote
  #3 (permalink)  
Old 11-14-06, 09:46
sco08y sco08y is offline
Registered User
 
Join Date: Oct 2002
Location: Baghdad, Iraq
Posts: 697
Quote:
Originally Posted by jeba_ride
my friends told me that you have to develop your own engine for that.
Please restrict the following statement to anything related to business, computers or common sense: your friends are idiots.
Reply With Quote
Reply

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