简体   繁体   English

Firebase Forge具有大型数据集

[英]Firebase Forge with large datasets

My Company is starting to use Firebase for some of our commercial products, and so far we are very satisfied with the product. 我的公司开始将Firebase用于我们的一些商业产品,到目前为止,我们对该产品非常满意。 We do however have one issue, which is the Forge UI. 然而,我们确实有一个问题,即Forge UI。

It is extremely slow on big data sets, as it loads the entire firebase into the DOM. 它在大数据集上非常慢,因为它将整个firebase加载到DOM中。 I am guessing it wont even work if we get to several hundred MB of data. 我猜它,如果我们得到几百MB的数据它甚至不会工作。

Is there a plan to implement some kind of "pagination" to the Forge UI? 是否有计划对Forge UI实施某种“分页”?

Have any other firebase users found a way around this issue? 有任何其他firebase用户找到解决此问题的方法吗?

A simple workaround is to load Forge by using a more specific URL instead of trying to load the root data set. 一个简单的解决方法是使用更具体的URL加载Forge,而不是尝试加载根数据集。

For example, if my Firebase is kato , instead of visiting https://kato.firebaseio.com , I can visit https://kato.firebaseio.com/widgets/red . 例如,如果我的Firebase是kato ,而不是访问https://kato.firebaseio.com ,我可以访问https://kato.firebaseio.com/widgets/red

There are some Forge improvements in the works to help with large data sets. Forge中有一些改进可以帮助处理大型数据集。 I'm not sure where they are on the road map. 我不确定他们在路线图上的位置。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM