Ticket #120 (closed Task: fixed)

Opened 6 years ago

Last modified 6 years ago

SequenceTypeMetadata should have a MaxItemsToValidate property

Reported by: jjr8 Owned by: jjr8
Priority: Medium Milestone: 0.4
Component: Core - Metadata & Types Version:
Keywords: Cc:

Description

In certain scenarios, the caller needs to pass in lists of thousands or millions of items (e.g. when passing points to project to PROJ.4). It may just not be worth it to validate all of these items. Most of the time the caller will screw up the very first one or few, or not screw up any at all. The MaxItemsToValidate would limit the number of items validated to the specified value.

Change History

Changed 6 years ago by jjr8

  • status changed from new to closed
  • resolution set to fixed

Implemented in [126], which will eventually be released in MGET 0.4a1.

Note: See TracTickets for help on using tickets.