Bigquery input delay when typing when query length is past 300 lines

旧巷老猫 提交于 2020-03-16 08:09:12

问题


Google BigQuery recently deprecated their legacy UI in favor of their new UI. While the new UI is cleaner looking, has a linter, and has better autocomplete, I had avoided using it because the performance when typing crashes when queries are longer than around 300 lines. For example, if I paste in a query it will take ~30 seconds for the linter to run during which time I cannot do anything. Then if I try to type anything new in, there will be an input delay of a few seconds. This issue did not occur in the old UI so I believe it stems from the linter.

Has anyone else run into this issue. Currently developing within Bigquery is a miserable developer experience and I cannot do my work.

Thank you


回答1:


We're taking a look at this issue. In the meantime, as a workaround you can append a URL query parameter to disable it, like this:

https://console.cloud.google.com/bigquery?e=BigqueryDisableAutocompleteLaunch::BigqueryDisableAutocompleteEnabled&ad=true

-Michael (PM for BigQuery)


Issue tracker to subscribe and follow the progress on this issue:

  • https://issuetracker.google.com/issues/150721188



回答2:


While this issue will be addressed / resolved - you can try yet another UI tool for BigQuery

This is Goliath – the IDE for BigQuery – part of Potens.io Suite available at Marketplace.

I tried your query and have not experienced any delays you described. At least you can try and see if this will work for you and enjoy many perks coming with Goliath

Note: Another tool in this suite is Magnus - Workflow Automator. supports all BigQuery, Cloud Storage and most of Google APIs as well as multiple simple utility type Tasks like BigQuery Task, Export to Storage Task, Loop Task and many many more along with advanced scheduling, triggering, etc.

Disclosure: I am creator of those tools and leader on Potens team. Also, I am author and creator of well-known BigQuery Mate chrome extension that helped thousands and thousands of users since 2015 to overcome limitations and limits of Native BigQuery UI known as Classic BigQuery UI



来源:https://stackoverflow.com/questions/60511944/bigquery-input-delay-when-typing-when-query-length-is-past-300-lines

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!