Skip to content

Table.create() is really slow when using the bigatble emulator #1392

@antonstefer

Description

@antonstefer

Environment details

  • OS: any
  • Node.js version: any
  • npm version: any
  • @google-cloud/bigtable version: 5.0.0
  • google-gax version: 4.3.0

Steps to reproduce

  1. Call Table.create() while using the bigtable emulator
  2. This call will take around 300ms (very slow compared to before)

firebase-tools reported a similar issue at google-gax which they were able to solve by changing their config:

I'm not very familiar with this codebase but my guess is that this fix could work here as well. Otherwise I would suggest pinning the google-gax version to something like ~4.2.1.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    api: bigtableIssues related to the googleapis/nodejs-bigtable API.priority: p2Moderately-important priority. Fix may not be included in next release.type: bugError or flaw in code with unintended results or allowing sub-optimal usage patterns.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions