tinydb-serialization - if I use it what impact does it have on performance? #359
Damien455
started this conversation in
Extensions
Replies: 1 comment 1 reply
-
Hey @Damien455, that's really hard to answer for all possible cases. It depends on the data you're processing and how many fields have fields that contain |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
HI, if I use tinydb-serialization and it's DateTime object ability in my database does it only have an impact on performance if I run a query on a field containing a DateTime object i.e. if a run a search on a "name" would it just be as quick if I had not used the extention?
Many Thanks
Beta Was this translation helpful? Give feedback.
All reactions