home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / database / 6492 < prev    next >
Encoding:
Internet Message Format  |  1992-09-01  |  1.6 KB

  1. Xref: sparky comp.databases:6492 bit.listserv.dbase-l:893
  2. Newsgroups: comp.databases,bit.listserv.dbase-l
  3. Path: sparky!uunet!munnari.oz.au!metro!cs.uow.edu.au!cc.uow.edu.au!u9048979
  4. From: u9048979@cc.uow.edu.au (glen eastment)
  5. Subject: Re: Clipper: Backup/Restore routines for BIG files...
  6. Message-ID: <1992Sep2.024136.8943@cc.uow.edu.au>
  7. Organization: University Of Wollongong
  8. References: <1992Sep1.114959.11104@cs.tu-berlin.de>
  9. Date: Wed, 2 Sep 92 02:41:36 GMT
  10. Lines: 38
  11.  
  12. schli@cs.tu-berlin.de (Wolfram Schlickenrieder) writes:
  13.  
  14.  
  15. >    Hi there...
  16.  
  17. >    I'm stuck: I wanted to write a backup & restore routine for an
  18. >    application I wrote before, but I have got a few data bases
  19. >    which are HUGE (2-4MB) and therefore won't fit on a single
  20. >    disc. Has anyone out there done that before from within a
  21. >    Clipper application (without using "run backup ..." of
  22. >    course)? 
  23.  
  24. >    Any help is appreciated...
  25.  
  26. >    ...Wolfram
  27.  
  28.  
  29. If your data can be split up in some way, eg. a range in customer number,
  30. then you can split up sections of the database onto various disks.
  31.  
  32. eg.     disk 1 - cus no. 0000-1000
  33.     disk 2 - cus no. 1000-2000....etc.
  34.  
  35. This is really just about the only way I can think of splitting the database
  36. without using external commands (eg. 'run backup....').
  37.  
  38. The problem with this is that you'd want there to be a relatively even
  39. distribution of data items - this is not always the case.
  40.  
  41. Putting it together again, should be just about as easy as taking it apart.
  42.  
  43. Hope this helps - if you think of a better solution, let me know, because
  44. I may have the same problem oneday myself :-) .
  45.  
  46. Cheers!
  47.  
  48. <GE> a.k.a. u9048979@wampyr.cc.uow.edu.au
  49.  
  50.