Right now limit caps the number of rows per child tables. This might be a problem for associations tables. Flat limit N might return all rows for TOP 10 largest entities, and miss rest.
Goal: introduce limit-per-parent "table=N" to cap the rows per FK parent value.
Must work with both filter and global limit (the exact logic to be defined).
Right now
limitcaps the number of rows per child tables. This might be a problem for associations tables. Flat limit N might return all rows for TOP 10 largest entities, and miss rest.Goal: introduce
limit-per-parent "table=N"to cap the rows per FK parent value.Must work with both
filterand globallimit(the exact logic to be defined).