Skip to content

Row Insertion Pattern for Batch Insertion #20

@GordonYuanyc

Description

@GordonYuanyc
  • If in a batch insertion, use CMS as an example
  • one way is to process the batch one by one, like what is happening currently, all rows will be updated for one input at the same time
  • for large sketch that may not fit the whole sketch into cache, insert first row for the batch, then insert second row for the batch, then... continuously
  • may be more cache friendly, as one row can be fit into the cache, instead of all rows

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions