79344745

Date: 2025-01-10 06:06:27
Score: 1
Natty:
Report link

This is not a solution but a few steps to try out.

  1. It is worth experimenting with different partition configuration and page size. By default, thingsboard uses MONTHLY partitioning , you can change it to DAYS or other supported values and check.

  2. The default_fetch_size parameter decides the size of a page while fetching data from Cassandra, the default value is 2000 records, you can try changing that and obeserve.

  3. Also, if you can modify the source code, you can add a custom partitioning logic like weekly or bi-weekly.

Reasons:
  • Long answer (-0.5):
  • No code block (0.5):
  • Low reputation (1):
Posted by: Milan