Hi.
Does data type affect the performance or the amount of storage in the Firebase Realtime Database?
If it does, are there any trade offs between performance and storage amount on choosing data types in Firebase Realtime Database?
For example, between boolean, numeric and string values, I believe that
I would like to understand if there is such characteristic.
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-talk+unsubscribe@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/c5e04287-03dc-45f5-94b9-c783ce3eebeb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Tomohiko,I can't go into too much detail about Firebase on the storage layer, as I really don't know which aspects of the underlying infrastructure are proprietary and confidential (probably most) and which are in the public domain.Keep in mind that the Realtime Database is schemaless, so it only makes sense we would store your data as documents rather than trying to infer a schema onto the underlying tooling, so the individual types are unlikely to matter much, if at all (and I'm sure it's closer to not at all).☼, Kato
On Thu, Mar 9, 2017 at 2:04 AM, Tomohiko Himura <eiel...@gmail.com> wrote:
Hi.
Does data type affect the performance or the amount of storage in the Firebase Realtime Database?
If it does, are there any trade offs between performance and storage amount on choosing data types in Firebase Realtime Database?
For example, between boolean, numeric and string values, I believe that
- boolean can save the storage more than numeric values but numeric values can represent multiple values more than two
- string is more powerful representation than numerics but numerics can have better performance than strings, etc.
I would like to understand if there is such characteristic.
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/c5e04287-03dc-45f5-94b9-c783ce3eebeb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Tomohiko,I can't go into too much detail about Firebase on the storage layer, as I really don't know which aspects of the underlying infrastructure are proprietary and confidential (probably most) and which are in the public domain.Keep in mind that the Realtime Database is schemaless, so it only makes sense we would store your data as documents rather than trying to infer a schema onto the underlying tooling, so the individual types are unlikely to matter much, if at all (and I'm sure it's closer to not at all).☼, Kato
On Thu, Mar 9, 2017 at 2:04 AM, Tomohiko Himura <eiel...@gmail.com> wrote:
Hi.
Does data type affect the performance or the amount of storage in the Firebase Realtime Database?
If it does, are there any trade offs between performance and storage amount on choosing data types in Firebase Realtime Database?
For example, between boolean, numeric and string values, I believe that
- boolean can save the storage more than numeric values but numeric values can represent multiple values more than two
- string is more powerful representation than numerics but numerics can have better performance than strings, etc.
I would like to understand if there is such characteristic.
--
You received this message because you are subscribed to the Google Groups "Firebase Google Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email to firebase-tal...@googlegroups.com.
To post to this group, send email to fireba...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/firebase-talk/c5e04287-03dc-45f5-94b9-c783ce3eebeb%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.