s1
pod type provides large storage capacity and lower overall costs with slightly higher query latencies than p1
pods. By switching to a different pod type, you may be able to reduce costs while still getting the performance your application needs.
list
is not supported for pod-based indexes.list
to retrieve records by ID prefix, then use fetch
to retrieve the records you need. This can reduce costs, because query
consumes more RUs when scanning a larger namespace, while fetch
consumes a fixed ratio of RUs to records retrieved.