declarative-cluster-management
declarative-cluster-management copied to clipboard
Declarative cluster management using constraint programming, where constraints are described using SQL.
Resolving Issue[#139] Signed-off-by: Athinagoras Skiadopoulos
First cut at only creating half-reified constraints where appropriate.
### Is your feature request related to a problem? Please describe. I'd like a few things added to the [reference](https://github.com/vmware/declarative-cluster-management/blob/master/docs/reference.md ) documentation. In particular, DCM is especially useful for those...
### Describe the bug I have a (very inefficient) constraint that looks something like this: ```java final String APP_CORE_LIST_VIEW = "create constraint app_colocation as \n" + "select applications.id as app,...
### Describe the bug Correlated subqueries currently don't use indexes. ### Reproduction steps ```bash Any constraint query with correlated subqueries. ``` ### Expected behavior . ### Additional context _No response_
Artifacts pipeline (tested on delta branch) Contains sample outputs in sample_results Run with ./run_emulation [long] Currently runs for generated traces (generated-data.txt from generate_trace.py) and small cluster sizes. Signed-off-by: Athinagoras Skiadopoulos
DDLJP does not accept such queries because of issues with qualified names. This should not be the case.