Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add component name/type/parent/topologyid cache #515

Merged
merged 4 commits into from
Feb 13, 2024

Conversation

yashmehrotra
Copy link
Member

No description provided.

@@ -24,25 +25,41 @@ const cacheJobBatchSize = 1000
// <id> -> models.Component
var componentCache = cache.New[models.Component](gocache_store.NewGoCache(gocache.New(10*time.Minute, 10*time.Minute)))

// <name/type/parentID/topologyID> -> models.Component
var componentNameTypeParentTopologyCache = cache.New[models.Component](gocache_store.NewGoCache(gocache.New(30*time.Minute, 30*time.Minute)))
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@moshloop Is a 30 minute cache too long ? Or should I reduce it

func SyncComponentCache(ctx context.Context) error {
var next string
next := uuid.Nil.String()
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Without this, the query was always failing with invalid input syntax for type uuid: ""

@yashmehrotra yashmehrotra force-pushed the comp-parent-cache branch 3 times, most recently from 4f0fcec to 87e4a33 Compare February 13, 2024 10:05
@moshloop moshloop merged commit ef7707d into main Feb 13, 2024
6 checks passed
@moshloop moshloop deleted the comp-parent-cache branch February 13, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants