| Contents > Configuring and Administering ColdFusion MX > Troubleshooting Collections with Verity Utilities > Using the Verity merge utility |
|
|
|
|
||
The merge utility lets you combine multiple collections with identical schemas. This is useful for merging smaller collections built from different sources into one, large collection. Also, you can use the merge utility to break up the collection into smaller collections of a roughly uniform size.
Note: The Verity merge utility is available only in Windows.
Collections can be merged only if they have identical schemas. Collections can be merged if they have exactly the same set of style files (and style file entries).
Breaking up a large collection helps to optimize search performance, because it allows many applications to perform multiple concurrent search requests over the different collections. After breaking up a large collection, you can also discard older collections to reclaim limited disk storage space.
The merge executable, which starts the merge application, is located in the cf_root\lib\_nti40\bin directory.
In the above location, cf_root refers to the ColdFusion MX root directory.
For example:
c:\cfusionmx\lib\_nti40\bin\merge /common = c:\cfusionmx\lib\common
To obtain help for the merge utility, enter the following command:
merge -help
Note: After running the merge utility, you must optimize the collection, using the mkvdk -optimize option.
|
|
||
| Contents > Configuring and Administering ColdFusion MX > Troubleshooting Collections with Verity Utilities > Using the Verity merge utility |
|
|
ColdFusion 9 | ColdFusion 8 | ColdFusion MX 7 | ColdFusion MX 6.1 | ColdFusion MX | Forums | Developer Center | Bug Reporting
Version 6.1
Comments are no longer accepted for ColdFusion MX 6.1. ColdFusion 8 is the current version.
RSS feed | Send me an e-mail when comments are added to this page | Comment Report
Current page: http://livedocs.adobe.com/coldfusion/6.1/htmldocs/verity10.htm
Comments
robstacey said on Mar 11, 2004 at 11:57 AM :