0

I have a raspberry pi 3 webserver.

When user gets into my app. App is sending a post request to my server every second to check if there are any messages for user.

The query is simple: SELECT message FROM messages WHERE id=id

I'm using innodb and node js for handling post requests.

4
  • Why not simply try it? Commented Jun 16, 2018 at 12:12
  • @HåkanLindqvist I haven't published the app yet. Commented Jun 16, 2018 at 12:17
  • It's not obvious how that is a requirement to load testing your mysql setup (and/or that service as a whole) Commented Jun 16, 2018 at 12:36
  • @HåkanLindqvist So I don't have 1000 users to test it. Commented Jun 16, 2018 at 13:19

0

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.