fbaligand / kibana-enhanced-table

Kibana visualization like a Data Table, but with enhanced features like computed columns, filter bar, and “Split Cols” bucket
Apache License 2.0
308 stars 64 forks source link

OSD 2.8.0 - Document / Enhanced Table loading slowly for large documents #326

Open sandeepr43 opened 1 year ago

sandeepr43 commented 1 year ago

Hi,

I'm using Document table / Enhanced table to load large set of documents.

However in OSD 2.8.0 version, I'm unable to load large set of documents ( > 15,000 documents). it usually takes 5 minutes to load 15,000 documents in a document table.

It loads same within 20 sec in default kibana data table.

When I inspect, I can see it doing multiple API calls for same query and it is taking time to load.

This was not the case in old Plugin versions.

I feel it is a version issue.

Regards

fbaligand commented 8 months ago

First, sorry to reply so lately (several months after...). Then, I have to say that Enhanced Table plugin code is exactly the same for all OSD versions from 1.0 to 2.10 (included). So, if something has changed, it is not in Enhanced Table code itself.