marination 26bd3053d1 perf: Weed out disabled variants via sql query instead of pythonic looping separately
- If the number of variants are large (almost 2lakhs), the query to get variants and attribute data takes time
- If the no.of disabled attributes is large as well, the list comprehension weeding out disabled variants takes forever
- We dont need to loop over the variants data so many times
- Avoid any `if a in list(b)` is best when the iterables have tremendous data
2022-02-04 17:38:20 +05:30
..
2021-11-05 11:16:29 +05:30
2022-01-29 22:32:03 +05:30
2022-02-02 17:30:29 +05:30
2021-12-06 13:52:00 +05:30
2021-11-05 11:16:29 +05:30
2022-02-01 15:26:33 +05:30
2022-02-03 20:05:11 +05:30