You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But keep in mind Dynamoid -- and document-based storage systems in general -- are not drop-in replacements for existing relational databases. The above query does not efficiently perform a conditional join, but instead finds all the user's addresses and naively filters them in Ruby. For large associations this is a performance hit compared to relational database engines.
534
534
535
+
**WARNING:** There is a limitation of conditions passed to `where`
536
+
method. Only one condition for some particular field could be specified.
537
+
The last one only will be applyed and others will be ignored. E.g. in
0 commit comments