1.1 KiB
1.1 KiB
Note
Queries run with
database analyzehave strict metadata requirements. You can also execute queries using the following plumbing-level subcommands:
- AUTOTITLE, which outputs non-interpreted results in an intermediate binary format called BQRS.
- AUTOTITLE, which will output BQRS files, or print results tables directly to the command line. Viewing results directly in the command line may be useful for iterative query development using the CLI.
Queries run with these commands don’t have the same metadata requirements. However, to save human-readable data you have to process each BQRS results file using the AUTOTITLE plumbing subcommand. Therefore, for most use cases it’s easiest to use database analyze to directly generate interpreted results.