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

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

Open
antonstefer opened this issue Mar 12, 2024 · 0 comments
Open

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

antonstefer opened this issue Mar 12, 2024 · 0 comments
Labels
api: bigtable Issues related to the googleapis/nodejs-bigtable API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.

Comments

@antonstefer
Copy link

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!

@antonstefer antonstefer added priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns. labels Mar 12, 2024
@product-auto-label product-auto-label bot added the api: bigtable Issues related to the googleapis/nodejs-bigtable API. label Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: bigtable Issues related to the googleapis/nodejs-bigtable API. priority: p2 Moderately-important priority. Fix may not be included in next release. type: bug Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Projects
None yet
Development

No branches or pull requests

1 participant