DeMaSy INI Editor: Licence Database

  • Bulk threshold: this value is used in database backup/restore/copy operations.
  • Mass copy is processed if the following condition is met:
    • The number of records to copy is less than the Threshold value
      or
      the Threshold value is equal to zero
  • Otherwise:
    • Copy by range if an Id field exists in the specified table
    • Copy record by record if no Id field exists in the table
  • Specify zero for databases with a small amount of data, so the backup/restore/copy operations will process all the records in one block.
  • For large databases, copying records in a single block could not be possible, so you must process them in small blocks. In this case the threshold value can be calculated as the number of records for the largest table in the database divided by 10.