Skip to content

Remove idempotent query logic

Kostas FILIPPOPOLITIS requested to merge removing_idempotent_query_logic into master

Created by: KFilippopolitis

This commit removes the idempotent query logic as it is no longer necessary. Monit has been configured to set MonetDB in maintenance mode when memory limits (soft/hard) are exceeded, ensuring that queries are properly executed even in the event of a force restart.

Merge request reports