GitHub
12/12/2024, 11:07 AMstatus column instead of several ones. It would be simplicity and readability. Also, it would be efficient when querying the status, we don't have to write a query for each column. A classic example would be "active = ? AND completed = ? AND deleted = ? AND expired = ? AND type = ? AND environment_id = ?",
In this case, we can get rid of several tables, we only need one table to track the status of all distributed queries.
TODO after this merged:
• Update the logic of completing a distributed query
• Update the logic shown expected node and completed node
• Remove several tables that are no longer needed
jmpsec/osctrl
✅ All checks have passed
24/24 successful checksGitHub
12/12/2024, 11:07 AM