Clicking on the Database > Admin > Settings tab presents the interface which allows you to start and stop the database and to fine tune settings to enhance performance.You can stop the database (MySQL) safely without adversely affecting the Xinet software using the dblogd(8) daemon. Xinet will stop logging activities on your file system during the period while it is shut down. Then, upon restarting, the database daemon will check for changes and bring the database up-to-date.Database Daemon (dblogd(8))Xinet, via the dblogd(8) daemon, will stop writing data to MySQL when the file system that contains the database itself is in danger of becoming full. Serious errors that announce this danger will appear in the log file, which you can view under the Logging, Database tab. However, Xinet will continue run but no changes or updates are recorded. The act of logging information to MySQL will simply be suspended and will resume as soon as the problem has been corrected. In such instances, you will see Status: Stopped at the top of the Settings GUI. You may also provide an Email Address if you would like someone notified about the situation. Once sufficient space has been allocated to the file system, the dblogd(8) daemon will write any changes into the database.
1. In the Free Source Minimum field, type in a value.
2. Click Update to register the change.
3. This will allow the system to send email whenever a Quick Sync, Full Backup, Quick Backup or a Table Check fails. Schedules describes each of these events.You may also start and stop the dblogd(8) daemon with the Stop Daemon and Restart Daemon buttons. The Stop Daemon button is useful for suspending updates of the database during repairs and maintenance. Should you notice a crashed or hung dblogd(8) process, the Restart Daemon button allows you to restart it without having to restart MySQL.This indicates the directory where Xinet and MySQL were installed. On Unix systems, this will be /usr/etc/venture. On Windows systems, it varies, depending where you installed the software. The default location is C:\Program Files\Xinet\Venture.This indicates the directory where the tables containing data for Xinet gets written. The default directory for Unix installations will be /usr/etc/venture/data/webnative and on Windows systems C:\Program Files\Xinet\Venture\Data\WebNative. Most administrators will want to change this directory to one with more adequate storage space, using the Edit button to the right.This indicates where data for FullText indices will be written. The default directory for Unix installations will be /usr/etc/venture/data/wnvfti and on Windows systems C:\Program Files\Xinet\Venture\Data\WNVfti.The database will use the directory shown here to write intermediate results of its activities. By default, this will be /tmp/ on Unix systems and on Windows systems, the default temp directory, e.g., C:\winnt\temp. You may change this directly, using the Edit button at the right.
2. Click Database > Admin > Settings.
3.
4. Use the pop-up list iteratively to select a new directory. The (New Folder) option allows you to type in a new directory name.If you type in a new name, use the Create Folder button to submit it.
5. Click Set Directory.
6. Click Close.
• Memory Buffer Size
This refers to the amount of RAM to be used by the mysqld daemon when processing events. The amount of available RAM for a server will determine the best value for this field. If a machine is to be used primarily by remote Xinet users, and production activities are not already taxing the machine, then you can set this value to up to 25% of the total available RAM. For example, if a server has 2 GB RAM, the value in this box can be up to 500 MB. If a machine is used for both production and Xinet operations, 10% of the total available amount may be a better choice—a value of 200 MB would be set in that field.
It is important to note that this value is most important during heavy periods of memory usage, such as during the creation of a FullText index.
When you change the Memory Buffer Size setting, click the Update button to register the change.Setting the Query Cache Size or the Query Cache Limit to 0 disables query cache storage. Setting them to non-zero numbers brings the cache into use. You’ll have to experiment to figure out whether query caching is right for your system.
• The Query Cache SizeThere is a minor performance hit associated with the maintenance of the cache itself, which can start to be significant if Query Cache Size is set too large. Xinet recommends that you keep its size below 128 Mbytes. Try 64 Mbytes first, provided you have sufficient RAM to spare. Then, assess whether that is right by examining Free Memory value in the Query Cache Info portion of the Stats page. You don’t want to fill up more than 80% of your cache within a given 24-hour period.Also check the Hit Rate on the Stats page. If yours is below 50%, you should probably turn off the feature.The Query Cache Limit controls the maximum size of individual query results that can be cached. Xinet recommends that you do not exceed 2 Mbytes.If you are accessing the database from another server using Open Database Connectivity (ODBC) or another instance of MySQL, use the Access Control List pop-up menu to select the ACL which provides that server access to the Xinet server. The choices which appear in the pop-up menu include any IP-based ACLs which you previously established on the Xinet server. (About Access Control Lists provides more information about ACLs.) An ACL does not need to be applied for Xinet users to see Xinet, search metadata, etc., as from MySQL’s perspective, all are local MySQL users.The Enable Metadata Inheritance option, when enabled, will cause any file newly-introduced to the file system which has the same name and location as a previously-deleted file to inherit the original file’s metadata. This option is useful for automating some workflows, but, it’s not appropriate for all sites.Note: By default, the file size of the asset file has to be zero for the Enable Metadata Inheritance option to work correctly. To change that behavior so that inheritance happens for any overwritten file, add the line FullPlaceHolders=1 to the “Options” section of the dblogd.conf.If you add custom namespaces on your server, information about them, including their URIs, will appear on the Settings page. Adding Custom XMP namespaces provides details about custom namespaces.