Fast and responsive GridView for data collection?

My use case is to register millions of messages in a customizable graphical grid interface (for example, similar features of DevExpress and Telerik Win Form Datagrids). Since this should be used for logs with certain equipment, I have to use a file or a flat database as storage (excluding SQL & Co)

The grid should be customizable and fast when inserting new rows and when grouping / filtering / formatting. All these operations should be performed when the grid collects data in steps of ~ 1000 events per second.

Does anyone use one of these grids for this particular purpose? What would you recommend?

thank

PS: After a rough test, the Telerik Grid looks better.

+3
source share
2 answers

You can also get this to work DataGridViewusing VirtualMode.

But there are some subtle things you should check to get maximum performance. All of these questions for best performance are listed in the DataGridView FAQ . Therefore, read it carefully to make the most of it.

0
source

I hope you have my answer in the Telerik Forums , but in case you did not, I will post it here too.

While I cannot say yes to all your questions without fully checking the script, I can give you recommendations on my own experience using RadGridView.

RadGridView Telerik WinForms , . Telerik RadGridView , , , . ( GridView → → 50 000 High Refresh.)

Telerik , Microsoft, . , GridView, , , , , , , , .

RadGridView , . , , , . , . , , , RadGridView , . .

, , Telerik. , .

0

Source: https://habr.com/ru/post/1794280/


All Articles