Ticket #314 (new task)

Opened 19 months ago

Last modified 17 months ago

Schema cache: Lazy creation of buckets and related zookeeper nodes

Reported by: evert Owned by: evert
Priority: minor Milestone:
Component: Repository Version:
Keywords: Cc:

Description

When Lily is started, 256 buckets are created and the related zookeeper nodes are created. When not a lot of types are created in the schema this results in a redundant amount of buckets.
In this case we could consider not to create the buckets and zookeeper nodes at startup, but create them when needed. This would gain some speed at startup and full schema cache refresh.
But when there are not a lot of types, this schema cache refresh speed is not really an issue.
So the complexity that this would introduce is currently not considered worth the gain.

Change History

comment:1 Changed 17 months ago by bruno

  • Milestone 1.1 deleted
Note: See TracTickets for help on using tickets.