Skip to content

Can I set max_rows to a single table or view? #594

Open
@ShermanTsang

Description

@ShermanTsang

Describe the bug
Since we can set max_rows for a schema, can we set max_rows for a single table or view by add comment on object?

To Reproduce
Steps to reproduce the behavior:

  1. Create a view
  2. Make comment on vie: comment on view "building_unit" is e'@graphql({"primary_key_columns": ["community_zone_id","building_number","unit_number"], "max_rows": 100})';
  3. Graphql server return row total still is the default value on schema 30.

Expected behavior
I hope can set max_rows for specific table or view.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions