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