luke
CCConvex Community
•Created by luke on 12/5/2024 in #general
i got a question: how would I sync an
so the only reason I'll be writing to the DB is:
- new subscriber
- subscription status change
24 replies
CCConvex Community
•Created by luke on 12/5/2024 in #general
i got a question: how would I sync an
thank you so much!
24 replies
CCConvex Community
•Created by luke on 12/5/2024 in #general
i got a question: how would I sync an
yeah great, that's what I was thinking, but helpful to see my approach was not CRAZY 😄
24 replies
CCConvex Community
•Created by luke on 12/5/2024 in #general
i got a question: how would I sync an
maybe it's not worth worrying about that though
24 replies
CCConvex Community
•Created by luke on 12/5/2024 in #general
i got a question: how would I sync an
it still means that, every hour, I'm querying for 1k+ users and potentially mutating 1k+ users too
24 replies
CCConvex Community
•Created by luke on 12/5/2024 in #general
i got a question: how would I sync an
oh yes true, that's correct
24 replies
CCConvex Community
•Created by luke on 12/5/2024 in #general
i got a question: how would I sync an
unless the cache would prevent that from increasing db bandwitdh
24 replies
CCConvex Community
•Created by luke on 12/5/2024 in #general
i got a question: how would I sync an
i could also potentially store the whole csv as a text string and parse it in the logic.
though that means every time I query for subscriber info I'm querying for >80kb of data (~1.3k subs).
which might add up quickly because every time a user checks its profile on my separate platform, it would have to do that query
24 replies
CCConvex Community
•Created by luke on 12/5/2024 in #general
i got a question: how would I sync an
email,active_subscription,expiry,email_disabled,created_at
lucasheriques@gmail.com,true,,false,2024-11-18T20:54:35.296Z
24 replies
CCConvex Community
•Created by luke on 12/5/2024 in #general
i got a question: how would I sync an
I can share the csv gimme a sec
24 replies
CCConvex Community
•Created by luke on 12/5/2024 in #general
i got a question: how would I sync an
otherwise no
24 replies
CCConvex Community
•Created by luke on 12/5/2024 in #general
i got a question: how would I sync an
the email is unique
24 replies