KS DB Merge Tools logo KS DB Merge Tools
Documentation
AccdbMerge logo for MS Access
aka AccdbMerge
KS DB Merge Tools for Oracle logo
KS DB Merge Tools for MySQL logo
MssqlMerge logo
KS DB Merge Tools for PostgreSQL logo
KS DB Merge Tools for SQLite logo
KS DB Merge Tools for Cross-DBMS logo

Computer resources

Every computer software consumes computer resources - it occupies some space on disk, it consumes CPU and RAM when it is running. Database connections, reading and query execution may produce database workload and consume network bandwidth. It may be important to know about this stuff, in order to understand what kind of resource consumption is expected.

Internet

All possible internet consumption is described in detail in the Our online services section.

Other network and database connectivity

You may choose to connect to the database located on the network. Database operations are performed each time you read objects, merge objects, compare data, synchronize data, refresh objects or data.

Disk (SSD or HDD)

When you install an application, its binary files are extracted to the folder specified during installation (defaults to "c:\Program Files (x86)\AccdbMerge" for per-machine installation). Application is pretty compact, binary files do not take more than 10 megabytes

In addition to Program Files, application uses the following folders and files:

  • Application settings file, located at "c:\Users\your_profile_folder\AppData\Roaming\AccdbMerge\Pro\Settings.xml". This file holds your license key, recent databases list and other application settings. Please note that manual edit of this file can break application start.
  • AccdbMerge is using system temporary files to load some objects from database files. It is used for objects which are handled by LoadFromText/SaveAsText methods of Access application
  • Application error log file, located at "c:\Users\your_profile_folder\AppData\Roaming\AccdbMerge\Pro\AccdbMergeErrorLog.txt". This file is created in case of unexpected error and keeps information about the last such error. That's the same file that you can send us using the 'Unknown Error' dialog.
  • Diff profiles and *.acdms files - these are additional setting files which can be created by the user. User explicitly specifies where these files should be located
  • If report files auto-generation is enabled then report files a created in the folder configured by the corresponding path in the 'Excel reports' parameters on the Misc. tab of the Settings dialog. Auto-generated file names are based on the current timestamp and content being processed.

RAM memory

All database object definitions and object definition diff results are stored in RAM (in the future it is going to be cached on the disk). Data for all tabs (diff results, object lists, etc) is also located in RAM.

For large amount of heavy forms and reports it can be a pretty big amount of memory for x86 application and if you're facing with 'Out of memory' error during objects processing, you need to switch on the 'Enable compression' option on the Text Diff tab of the Settings dialog (available only for Pro).

Last updated: 2023-12-01