Sha256: e03e81967baa7bedeb2bcff8cf0fc42c803234f910a92152a6cebd3b6e6c9b85
Contents?: true
Size: 654 Bytes
Versions: 3
Compression:
Stored size: 654 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.4 | doc/man/alf-explain.man |
alf-shell-0.16.0 | doc/man/alf-explain.man |
alf-shell-0.15.0 | doc/man/alf-explain.man |