home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / database / informix / 2446 < prev    next >
Encoding:
Text File  |  1992-11-17  |  2.1 KB  |  54 lines

  1. Newsgroups: comp.databases.informix
  2. Path: sparky!uunet!metter!chris
  3. From: chris@metter.fmpmis.metter.com (Chris Mathes)
  4. Subject: tracking data changes (a request for advice/information)
  5. Message-ID: <1992Nov17.001640.527@metter.fmpmis.metter.com>
  6. Organization: Metters Industries, Inc.
  7. Distribution: usa
  8. Date: Tue, 17 Nov 1992 00:16:40 GMT
  9. Lines: 43
  10.  
  11. I need the ability to track any changes to a large OnLine database, to the
  12. table/row/column level*, without having to constantly scan all of the tables,
  13. and without building any special abilities into the applications doing the
  14. adding/deleteing/updating.
  15.  
  16. The former is no good because:
  17.  
  18. 1) It would use up too many resources, and
  19. 2) It wouldn't give me the changes in the order they happened (fairly important)
  20.  
  21. The latter is no good because:
  22.  
  23. 1) Too much existing code would have to be changed, and
  24. 2) doing batch adds/updates/deletes with isql would screw things up
  25.  
  26. The most obvious solution I can think of is having transaction logging turned
  27. on, and monitoring the logical log.  I guess my questions are:
  28.  
  29. 1) Is this the best way to do what I want?
  30. 2) How would one monitor the logical log if one wanted to?
  31. 2a) Will it be extremely painful to get the information I want?
  32. 2b) Are there any library functions available for looking at logical logs, or
  33.     will I have to parse tblog output?
  34.  
  35. You get the idea.
  36.  
  37. Oh, the system in question is an HP something-or-other (near top of the line)
  38. running the most up to date versions of HP-UX and INFORMIX OnLine.  If you
  39. guessed that the machine isn't here yet, you are right, although I do have all
  40. of the INFORMIX manuals.  I need to get a head-start on this project, but I
  41. don't have a machine to play with to see if I am headed in the right direction,
  42. so any suggestions or pointers will be very much appreciated.
  43.  
  44. Thanks,
  45.  
  46. Chris
  47.  
  48. *I don't need to know before and after values, just what column(s) changed, and
  49. what their current values are.
  50. -- 
  51. Chris Mathes, Metters Industries, Inc.      UUCP: {..!}uunet!metter!chris
  52. Tel:(703)418-0323                           INET: chris@metter.fmpmis.metter.com
  53. "The Tao of Programming flows far away and returns on the wind of morning."-TToP
  54.