home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / database / 9390 < prev    next >
Encoding:
Text File  |  1993-01-25  |  2.2 KB  |  53 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!zaphod.mps.ohio-state.edu!hobbes.physics.uiowa.edu!news.iastate.edu!pv0323.vincent.iastate.edu!cpetersn
  3. From: cpetersn@iastate.edu (Clifton R Peterson)
  4. Subject: Re: pic or pick or pik (???)
  5. Message-ID: <cpetersn.727986492@pv0323.vincent.iastate.edu>
  6. Keywords: RDBMS, pic (?)
  7. Sender: news@news.iastate.edu (USENET News System)
  8. Organization: Iowa State University, Ames IA
  9. References: <1993Jan25.170844.22967@ghost.dsi.unimi.it>
  10. Date: Mon, 25 Jan 1993 18:28:12 GMT
  11. Lines: 40
  12.  
  13. In <1993Jan25.170844.22967@ghost.dsi.unimi.it> paola@ghost.dsi.unimi.it (Paola Formai) writes:
  14.  
  15. >I was told about a Unix Rdbms named Pick (or Pic or Pik). I never heard of it.
  16. >Anyone could explain me what is that stuff?
  17.  
  18. >Thanks
  19.  
  20. >paola@imiucca.csi.unimi.it
  21.  
  22. >Paola Formai
  23. >CSI- Univ. of Milano, Italy
  24.  
  25. I've never worked directly with PICK, but I develop in an environment that
  26. was derived from PICK.
  27.  
  28. PICK's main attributes are that it is based on variable length records with
  29. the possibility of multi-variables within single fields of a record.  Each
  30. record is essentially a string with different kinds of delimiters to determine
  31. the end of a field, multi-value within a field, or even sub-value withing
  32. a multi-value and so on.  The allows for easy database restructuring and
  33. design, but suffers some in the speed department when compared directly to
  34. fixed field/record length database environments.
  35.  
  36. PICK was originally designed as the operating system so that the speed was
  37. regained as actions were OS and not on top of the OS.  I don't know how the
  38. UNIX based PICK is set up exactly.
  39.  
  40. Things that it would be very good for is if you have lots of text fields in
  41. you database, or even pictures or any data that might need to be long, but you
  42. don't want to have to declare a maximum length of the field.
  43.  
  44.  
  45. Remember, since I've never worked directly with PICK, some of what I just
  46. said might not be exactly right, but hopefully will give you a general
  47. idea of what it's about.
  48. -- 
  49.  _________________________________________________________________________
  50. / Clifton R. Peterson    1108 Burnett        (515)232-5254              \
  51. | B.S. Chem E            Ames IA  50010                                   |
  52. \_______________"42"_is_one_hell_of_an_answer!!___________________________/
  53.