Solved

feature reader where clause

  • 25 June 2020
  • 2 replies
  • 56 views

Badge +10
Hello There

I am reading a large file GDB , using the FeatureReader , but the where clause is disabled, when I user normal reader this option is enabled ?? andy reason for that

 

the goal is to increase the performance when reading the features

Thanks

 

icon

Best answer by markatsafe 26 June 2020, 00:04

View original

2 replies

Userlevel 4
Badge +30

Hi @boubcher

There is a Idea to implement this Here .

 

Thanks,

Danilo

Badge +2

@boubcher The Esri Geodatabase (File Geodb Open API) reader only supports WHERE on Feature Types, not at the reader level. Most other database readers (including Esri Geodatabase (File Geodb)) support a WHERE at both the reader level (not that useful) and on the Feature Types.

The FeatureReader currently only supports the WHERE at the reader level, not on individual feature types. Hence WHERE isn't available for the Esri Geodatabase (File Geodb Open API) reader in the FeatureReader but it is for Esri Geodatabase (File Geodb) reader. For most other databases the FeatureReader WHERE applies to all feature types that are read (which isn't that useful).

The plan is to update the FeatureReader to support all the reader feature type parameters.

 

 

Reply