home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / lang / c / 19308 < prev    next >
Encoding:
Internet Message Format  |  1993-01-06  |  1.0 KB

  1. Path: sparky!uunet!haven.umd.edu!darwin.sura.net!gatech!rutgers!ub!acsu.buffalo.edu!ashafie
  2. From: ashafie@acsu.buffalo.edu (Afshin Shafie)
  3. Newsgroups: comp.lang.c
  4. Subject: Help needed on Data Structure
  5. Message-ID: <C0Fuus.MDx@acsu.buffalo.edu>
  6. Date: 6 Jan 93 15:25:39 GMT
  7. Sender: nntp@acsu.buffalo.edu
  8. Distribution: usa
  9. Organization: UB
  10. Lines: 19
  11. Nntp-Posting-Host: lictor.acsu.buffalo.edu
  12.  
  13. Hello,
  14.  
  15. I hope this is the right place to ask this question, if not please let
  16. me know.
  17.  
  18. I want to write a program (database) in C that will run on SunOS 4.1.2.
  19. There will be about 4 fields for each entry and each field could be a 
  20. search field. There is about 10 MB of data, so speed is very important.
  21. The data will be mostly characters. So far, the few books that I was able 
  22. to get my hands on don't say much about implementation of databases.
  23.  
  24. If you could point me to a book or give me some hints/suggestions on 
  25. what data structure to use for a problem like this, I would really 
  26. apreciate it. 
  27.  
  28. Thanks in advance.
  29.  
  30. Afshin
  31. (ashafie@acsu.buffalo.edu)
  32.