Answer the question
In order to leave comments, you need to log in
Answer the question
In order to leave comments, you need to log in
DBMS are designed not to depend on the client application. In most cases, if a connection pool is not used, then a separate process is created for each client. You can easily hang your own client process, but not someone else's. However, you can try to slow down the DBMS by affecting shared resources, for example, by evicting parsed queries from the cache by generating many different queries. Not sure if it will work. Or block access to a table or procedure by recompiling it. For the DBMS to really freeze, this requires a bug in the DBMS. But such situations are very individual. In my practice, there was only one such case, when the request dropped the entire DBMS.
I did not deal with the topic of attacks on the DBMS, but the question was asked interesting.
3 tables on 1M records, by indexes on long string fields. execute many competing requests at the same time.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question