AbsaOSS / spline

Data Lineage Tracking And Visualization Solution
https://absaoss.github.io/spline/
Apache License 2.0
588 stars 154 forks source link

`TxInfo` property name discrepancy, and missing index. #1266

Closed wajda closed 10 months ago

wajda commented 10 months ago
  1. It is stored as _txInfo but is queried as _tx_info. It should be _txInfo everywhere.
  2. There is no index on _txInfo that causes too slow rollback on very large collections (see #1264)