Introduction: the "dataset" field

Oct 8, 2020 · BloodyShell · 1 min read
Introduction: the "dataset" field

Searching datasets based on size and row count is now as easy as it sounds !

Filtering on row count

The field dataset.rows can now be filtered and range can be used on it, eg :

The query dataset.rows:>0 will display anything indexed that contains at least 1 record :

Dataset rows

Filtering on size

The field dataset.size can now be filtered and range can be used on it, eg :

The query dataset.size:>1073741824 will display anything indexed that contains at least 1GB of data :

Dataset rows

Hope it helps your research !

Sharing is caring!