Hey folks, I was trying to find out the best schem...
# questions-and-troubleshooting
w
Hey folks, I was trying to find out the best schema management tool for starrocks, so I tried atlas, but found issues 1. GET_LOCK() not supported: Atlas uses MySQL's
GET_LOCK()
function for advisory locking, which StarRocks doesn't support 2. CHECK_CONSTRAINTS table missing: Atlas queries
INFORMATION_SCHEMA.CHECK_CONSTRAINTS
which doesn't exist in StarRocks 3. Other MySQL-specific features: Atlas assumes full MySQL compatibility, but StarRocks is only partially compatible what other schema management tool you would recommend? I just want to manage schema migration, no need ETL (like dbt)