json - if i use highly nested data in firebase but acess them directly by their key value , will it affect performace? -
i dont have write data @ . know other disadvantages of nested data in firebase. wants know, affect performance if access data directly key values, if yes how?
depth not factor affects speed on technical level. firebase can node @ level 30 can @ level 1. fast major contributing factors performance size of data app reads/writes , available bandwidth.
but years of experience firebase has shown nested data goes hand in hand performance problems. it's not causal relation, developers pick nested structures wrong data structure apps use-cases.
this depends on data structure , way access it. makes question way broad in it's current form. introductions topic, recommend reading nosql data modeling , watching firebase sql developers.
Comments
Post a Comment