Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

When query the data consider append columns when the new page of data contains new columns #158

Open
zshamrock opened this issue Nov 13, 2018 · 1 comment
Assignees
Projects
Milestone

Comments

@zshamrock
Copy link
Owner

As DynamoDB is the column based database, not necessary all the rows have the same columns (although usually they are). So if fetch the first page of data, and columns are displayed, when fetching the next page and new columns were detected should append them and start display their values there too.

Also when decide on the columns to display might need to iterate over all the data in the page instead of the first item (which is happening currently) to detect all the columns.

@zshamrock zshamrock added this to the v1 milestone Nov 13, 2018
@zshamrock zshamrock self-assigned this Nov 13, 2018
@zshamrock zshamrock added this to Backlog in dynoman via automation Nov 13, 2018
zshamrock added a commit that referenced this issue Nov 16, 2018
@zshamrock
Copy link
Owner Author

Is there a way to figure out all columns without ever iterating over the data? Does DynamoDB have the API to achieve this? Worth to investigate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
dynoman
  
Backlog
Development

No branches or pull requests

1 participant