Limitation on number of document key in single KV fetch

select * from bucket1 use keys [“key1”,“key2”,“key3”,…]

How many doc keys can I add into the list?

Thanks,

Matthew

There is no limit on the number of elements in the ARRAY. Some ARRAY functions might have limit of 32K or 16K

If already know the keys u can also use SDK KV get if u don’t need any further processing.