home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #26 / NN_1992_26.iso / spool / comp / database / 7674 < prev    next >
Encoding:
Text File  |  1992-11-08  |  3.0 KB  |  66 lines

  1. Newsgroups: comp.databases
  2. Path: sparky!uunet!ukma!wupost!crcnis1.unl.edu!news.unomaha.edu!cwis!troj
  3. From: troj@cwis.unomaha.edu (Kevin Trojanowski)
  4. Subject: Re: Paradox 4.0 speed (?)
  5. Message-ID: <troj.721089339@cwis>
  6. Sender: news@news.unomaha.edu (UNO Network News Server)
  7. Organization: University of Nebraska at Omaha
  8. References: <tim.1.720996716@tim.src.utah.edu>
  9. Date: Fri, 6 Nov 1992 22:35:39 GMT
  10. Lines: 54
  11.  
  12. tim@tim.src.utah.edu (Tim Ma) writes:
  13.  
  14.  
  15. >Two questions regarding Paradox:
  16.  
  17. >1)  Paradox 4.0
  18.  
  19. >An inquiry to all users of Paradox 4.0 out there.  We recently upgraded to 
  20. >4.0 after reading articles and ads that highly touted the improved speed of
  21. >Paradox 4.0 (claims that it was much faster that FoxPro 2.0).   I am 
  22. >impressed with some of 4.0's new features, but SPEED is does not seem to be
  23. >one of them.  I have a simple script written in 3.5 that randomizes the order
  24. >of records in a file.  All it does it import that file as a single TEXT 
  25. >field, tacks on a random number in anothe field, sorts on the random number, 
  26. >and then outputs the randomized file.  To my surprise, it runs almost 50% 
  27. >slower in 4.0 thanit did in 3.5 (14 minutes vs. 10 minutes).  I'm running a
  28. >386SX with 4M of RAM.  Any ideas or comments?
  29.  
  30. Wait now...  When you say you're doing a sort on the data, does this mean
  31. that you're performing a sort in PAL, or that you're incrementally updating
  32. the index?  If you're incrementally updating the index, do you really need
  33. to?  You could more than likely improve your performance by updating the index
  34. only when you're done with all your insertions.
  35.  
  36. >2)  Paradox 3.5 "paradox.net" file
  37.  
  38. >Most of our users are still using 3.5 during our transition.  Does anyone 
  39. >know what exactly Paradox does to the paradox.net file?  When we get up to
  40. >around 10 users or so, it can take almost 4-5 excruciating minutes just to 
  41. >pull up Paradox.  A file server console check shows that stations are placing
  42. >an "exclusive lock" on the paradox.net file.  Granted some of our machines 
  43. >are 8088's but this wait seems almost ridiculous.  Is there anything I can
  44. >do to help speed up the process?
  45.  
  46. Can't help you there -- I only use Paradox at home, and thus haven't ever
  47. tried it on a network.
  48.  
  49. >Thanks,
  50.  
  51. >Tim Ma
  52. >Associate Programmer
  53. >University of Utah
  54. >email:  tim@src.cppa.utah.edu
  55.  
  56.  
  57. -------------------------------------------------------------------------------
  58. -                                   "She had what it took: great hair, a      -
  59. - Kevin Trojanowski                  profound understanding of strategic lip  -
  60. - Internet: troj@cwis.unomaha.edu    gloss, the intelligence to understand    -
  61. -      CI$: 70521,312                the world and a tiny secret interior     -
  62. - US Snail: 1905 Thurston Ave, #8    deadness which meant she didn't care."   -
  63. -           Bellevue, NE 68005                            -Douglas Adams      -
  64. -                                                          _Mostly Harmless_  -
  65. ------------------------------------------------------------------------------- 
  66.