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

Implement batch db calls #51

Closed
pjenvey opened this issue Oct 8, 2018 · 0 comments · Fixed by #85
Closed

Implement batch db calls #51

pjenvey opened this issue Oct 8, 2018 · 0 comments · Fixed by #85
Assignees
Labels
enhancement New feature or request

Comments

@pjenvey
Copy link
Member

pjenvey commented Oct 8, 2018

Solidify the batches table schema (base it off the python version's schema or can we use the go version's simpler design?) and implement its calls.

@pjenvey pjenvey added the enhancement New feature or request label Oct 8, 2018
@pjenvey pjenvey self-assigned this Oct 8, 2018
pjenvey added a commit that referenced this issue Nov 15, 2018
like go-syncstorage, we just store the bsos' json in a text column,
concatenating batches together w/ newlines

also:

- fix load_collection_names handling of cache hits
- get_bsos limit handling after b066fba
- kill the old schema files I forgot to remove

Closes #51, #18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant