Skip to content

Shard implementation notes

John Bogovic edited this page Jan 15, 2025 · 2 revisions

Questions

  1. Will the N5 format support sharding?
  2. Will N5Reader and N5Writer have shard methods

Discussion

If the N5Reader and N5Writer have shard methods, then the the readers / writers for the N5 format will have to have those methods, and so will either have to implement them, or UnsupportedOperationException or similar, which would be confusing / misleading.

Other links

Clone this wiki locally