maintaindatabase.dita 1.0 KB

123456789101112131415161718192021222324252627282930
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!DOCTYPE task PUBLIC "-//OASIS//DTD DITA Task//EN" "task.dtd">
  3. <!-- This file is part of the DITA Open Toolkit project. See the accompanying LICENSE file for applicable license. -->
  4. <!-- (c) Copyright IBM Corp. 2004, 2005 All Rights Reserved. -->
  5. <task id="maintaindatabase" xml:lang="en-us">
  6. <title>Maintaining a database</title>
  7. <shortdesc>Maintaining a database does not take much work.</shortdesc>
  8. <prolog>
  9. <metadata>
  10. <keywords>
  11. <indexterm>database</indexterm>
  12. <indexterm>maintain</indexterm>
  13. </keywords>
  14. </metadata>
  15. </prolog>
  16. <taskbody>
  17. <steps-unordered>
  18. <step>
  19. <cmd>If the database crashes, restart it.</cmd>
  20. </step>
  21. <step>
  22. <cmd>If the database is slow, tell people not to put so much in it.</cmd>
  23. </step>
  24. <step>
  25. <cmd>Try to limit the number of records in your database. Too many records leads to confusion.</cmd>
  26. </step>
  27. </steps-unordered>
  28. </taskbody>
  29. </task>