Skip to content

Commit

Permalink
Add a note about cost implication for enabled `fs.gs.status.parallel.…
Browse files Browse the repository at this point in the history
…enable` (#895)
  • Loading branch information
medb committed Oct 31, 2022
1 parent 9ba13a6 commit 7e5288d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions gcs/CONFIGURATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,10 @@
If `true`, executes Cloud Storage object requests in `FileSystem`'s
`listStatus` and `getFileStatus` methods in parallel to reduce latency.

Note that enabling this performance optimization can increase workload
execution cost due to the increased number of Cloud Storage `objects.get`
and `objects.list` requests.

* `fs.gs.lazy.init.enable` (default: `false`)

Enables lazy initialization of `GoogleHadoopFileSystem` instances.
Expand Down

0 comments on commit 7e5288d

Please sign in to comment.