Live Sample Not Showing Messages When Using a Query

When I run a query in Live Sample, not all the data appears, but when I run the same query in SQL Studio, all the data is visible. Could the message volume be affecting this? Does the query type and its filters have any relation to this?

Hello ejhon_s,

The Live Sample is used to execute a query and check if the produced messages are appearing. It processes only a small quantity of messages to avoid browser freezing. SQL Studio, on the other hand, was designed to process all messages in a topic if necessary, even with complex queries. If you want to verify whether the messages are being produced and filtered according to your query, use Live Sample. If you need to process complex queries or handle a large volume of messages, use SQL Studio. The query filter does not affect the expected behavior of either Live Sample or SQL Studio.