I am using Sampler to grab fisrt 1000 records but it reads all 2 million records that I am dealing with before grabbing first 1000 values. How do I avaoid it? Thanks.
Page 1 / 1
Hi @anaresh299
You can specify the number to read in the Navigator window.
Hi @anaresh299
You can specify the number to read in the Navigator window.
@jeroenstiers It worked. Thanks.
Or if you use a SQLCreator/SQLExecutor you can simply put limit on the query (PostgreSQL).
capture.png