While performing an insert update query, I received the error message could not generate a new key… the range is too small, what should I do?
The node keys in Timber are doubles. This allows Timber to insert a new node by assigning a key that lies between the two existing node keys. Unfortunately, after many updates, the available space (due to the precision of the doubles — which is worse with larger numbers) may be exhausted. In this case, the update query will be aborted, and the device is left unchanged. Currently, Timber does not support renumbering of keys on the fly and the device (and indices) will need to be recreated if this error message occurs during a required insert query. Unfortunatley, the easiest way to do this is to dump the (Timber) device to an XML file and reload it (and any indices).
Related Questions
- I received an error message when I tried to view my query or report output after signing in to the Integrated Querying and Reporting Service (IQRS). What should I do?
- After I installed VirtualDrive/GameDrive, I received an error message saying "Unable to initialize drive, you may need to reinstall". How do I fix this?
- I have received the error message "calwin32.dll not found". Can you send me the missing .dll?