Queries per second (QPS) is a metric used to measure the number of queries a system can handle or process in one second. It is commonly used in various computing and database contexts to assess the performance and scalability of a system, such as: - **Databases:** In the context of a database, QPS refers to the number of read or write operations (queries) that the database can efficiently process each second.
New to topics? Read the docs here!