try to display a lot of time series data. (200milion points)

I want to display a lot of time series data.

This is time series data, and is about 10,000 objects. (200 million points.)

Currently, about 10 million of the 200 million have been displayed.

Please advise which method should be used to display more data

The current problem is that the browser is overloaded.

I used the Entity class(Cesium.SampledPositionProperty), but I think I need a lighter implementation.

There’s some tips on getting more performance with many objects in Cesium in some discussions on the forum like this one: https://groups.google.com/d/msg/cesium-dev/QTKMuEWtcvo/LsMThR54BAAJ

The general solution for large amounts of data is to only visualize what’s needed in each view. This is generally what 3D Tiles. You can about the currently supported formats here that Cesium ion can tile: https://cesium.com/docs/tutorials/uploading/