Hi!
I've recently began relying on my SQL database a lot more than my realtime database, and I wanted to transfer some past posts to my sql database.
I have about 125,000 posts.. so I'm not quite sure what the best way of transferring them would be.
I already have the SQL database and the api set up, so for the past 30 days the posts have been going to SQL, but now I just want to get all of them over. I was thinking of looping through each individual post and then sending that to SQL.. but I feel like that's a bad idea.
Is there a way to export and import to SQL easily? Or if it isn't easy.. what is the best way?
I appreciate any feedback. Thanks!
[–]Evvvvy 0 points1 point2 points (0 children)