| Q: | cmonClient database view takes a long time. |
| A: | This happens to database tables with large number of rows e.g. sngl_burst.
Currently there is no index on the x axis column: the insertion time.
In future releases we hope to improve performance with multidimensional
clustered index
available in DB 8.1 and beyond to boost query performance.
|