home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / lisp / lispnews / text0317.txt < prev    next >
Encoding:
Text File  |  1985-11-10  |  813 b   |  17 lines

  1.  
  2. Does anybody know of a database system written in FRANZ or easily
  3. compatible with FRANZ?  We have written a lot of software for a
  4. geographic information system, and may want to redo the section which
  5. handles random bits of information associated with polygons or points
  6. stored in a map.  Right now we store this information as a property
  7. list on an atom associated with the polygon or point in question.  This
  8. becomes very inefficient when we want to find all such atoms with
  9. a particular value for some arbitrary property.  Equally importantly,
  10. there is very little relationship between the set of properties associated
  11. with each polygon or point, so a system storing a fixed length record
  12. for each polygon, with fields for each piece of information, would not work.
  13. Any suggestions?
  14.         Cliff Shaffer
  15.         cas@cvl
  16.  
  17.