Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ batches = snaps[0].schema('schema-name').table('table-name').select()

## Interactive and Non-Interactive Workflows

Interactive `Table` created via the `Schema` object (`tx.bucket('..').schema('..').table('..')`) loads metadata and stats eagrly allowing for interactive development.
Interactive `Table`, created via the `Schema` object (`tx.bucket('..').schema('..').table('..')`), loads metadata and stats eagerly allowing for interactive development.

For more efficient use-cases where the extra round-trips to the server hurt use the Non-Interactive workflow.

Expand Down