krlmlr commented on PR #18:
URL: https://github.com/apache/arrow-adbc/pull/18#issuecomment-1160597922

   This is similar to what MySQL does -- others (like Postgres, SQL Server, 
DuckDB (?)) would store the `fk_` columns in a detail table 
`constraint_column_usage` (we would use a list of structs here). I have found 
that approach to be slightly more natural for interpreting the relationships 
later on.
   
   The format you propose here is more like a "wide" form, the Postgres version 
would be a "longer" form.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscr...@arrow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to