maintaindatabase.dita 945 B

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