Hello good afternoon. I was thinking of making a shiny app but I have the doubt: When uploading the application to shinyapps.io is the same memory used when uploading an excel file (or connecting one from google sheets) as when connecting to a MySQL database? Considering that within the app objects are created with the data. I know it seems like a silly question but I have that doubt, since I am working with a database of about 500 thousand observations and I would like it to be as light as possible so that the app is more efficient.
Thanks for reading me