Sha256: a995ed718226d5ff3a39f4c75f8b7dea3038499bf3e20253d800d8b19cb05d76
Contents?: true
Size: 656 Bytes
Versions: 3
Compression:
Stored size: 656 Bytes
Contents
.TH alf\-explain .PP Show the logical (optimizer) and physical (compiler) plans of a query. .SH Synopsis .PP \fB\fCalf\fR explain \fIQUERY\fP .SH Description .PP This command prints the logical and physical query plans for QUERY to standard output: .RS .IP \(bu 2 The logical plan is post\-optimizer and allows checking that the latter performs correctly. .IP \(bu 2 The physical plan provides information about compilation. In particular it provides feedback about the effective delegation to underlying database engines, as well as involved SQL queries. .RE .SH Example .PP \fB\fCalf\fR \fB\fC\-\-examples\fR explain "restrict(suppliers, city: 'London')"
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
alf-shell-0.16.3 | doc/man/alf-explain.man |
alf-shell-0.16.2 | doc/man/alf-explain.man |
alf-shell-0.16.1 | doc/man/alf-explain.man |