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

docs: recommend insert_rows_json to avoid call to tables.get #258

Merged
merged 4 commits into from Sep 15, 2020

Commits on Sep 11, 2020

  1. docs: recommend insert_rows_json to avoid call to tables.get

    Since tables.get has a much lower QPS than tabledata.insertAll, we want
    to avoid recommending a pattern that requires fetching a table schema.
    If developers convert to a dictionary of the correct JSON format, no
    table schema is required.
    tswast committed Sep 11, 2020
    Copy the full SHA
    012934c View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    529f480 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2020

  1. update comments

    tswast committed Sep 14, 2020
    Copy the full SHA
    f356a87 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    a3b86be View commit details
    Browse the repository at this point in the history