yugabyte/yugabyte-db

[docdb] Add gflag to control size of LogIndex number of elements

Open

#3,744 opened on Feb 26, 2020

View on GitHub
 (5 comments) (0 reactions) (1 assignee)C (1,003 forks)batch import
area/docdbgood first issuehelp wantedkind/enhancementpriority/medium

Repository metrics

Stars
 (8,229 stars)
PR merge metrics
 (Avg merge 17d 21h) (92 merged PRs in 30d)

Description

Jira Link: [DB-399](https://yugabyte.atlassian.net/browse/DB-399) Currently, it defaults to 1M items, each item being 3 bytes, so this leads to a 24mb index file, for each tablet.

Contributor guide