dbTalk Databases Forums  

Building a Database

comp.databases.berkeley-db comp.databases.berkeley-db


Discuss Building a Database in the comp.databases.berkeley-db forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
ragavendrakk@gmail.com
 
Posts: n/a

Default Building a Database - 02-27-2006 , 08:16 AM






Hi,

Is there any guidelines for building a simple database consisting of
rows which can support
basic sql select statements,

I want some thing like
createTableAPI(xx,xx,xxx) ---->Create a schema in BDB
select(xxx,xxx,xxx)------>based on fileds specified.

For doing above stuff, how to organize the table data so that the
search is very fast.
Brute force way is to duplicate the records based on the keys indexed.

Appreciate if any one can give some direction.

regards
ragha


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



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.