all-things-risingwave

Does the streaming database support distributed queries?

I'm curious if the streaming database supports distributed queries.

ji

jie

Asked on May 13, 2022

  • Yes, the streaming database supports distributed queries.

  • This is possible because the database is designed as a distributed system, allowing queries to be distributed across multiple nodes for improved performance and scalability.

  • Here is an example of how a distributed query can be executed in the streaming database:

SELECT * FROM table_name WHERE condition;
May 13, 2022Edited by