daily sync: 3 added, 4 modified, 0 deleted (3 edges)

This commit is contained in:
Cal Corum 2026-03-03 20:04:45 -06:00
parent 862b33626a
commit e447815262
7 changed files with 75 additions and 4 deletions

View File

@ -0,0 +1,13 @@
---
id: f05df710-e8a1-422e-897c-d58c02e984e3
type: RELATED_TO
from_id: d5795833-cc47-4ee7-a03b-8eda906597d5
from_title: "Fix: None guard for PitchingCardRatings in pitcher sorting functions"
to_id: e014f59b-60ff-4602-91bc-076b3a73f0e8
to_title: "Fix: batch PitchingCardRatings lookup in pitcher sort (paper-dynasty-database #19)"
strength: 0.77
created: "2026-03-04T02:04:45.819294+00:00"
updated: "2026-03-04T02:04:45.819294+00:00"
---
Auto-edge: Fix: None guard for PitchingCardRatings in pitcher sorting functions → Fix: batch PitchingCardRatings lookup in pitcher sort (paper-dynasty-database #19)

View File

@ -0,0 +1,13 @@
---
id: ba7a5d7b-146b-4bd8-b908-04c49e2c9255
type: RELATED_TO
from_id: d5795833-cc47-4ee7-a03b-8eda906597d5
from_title: "Fix: None guard for PitchingCardRatings in pitcher sorting functions"
to_id: 8e8e3261-f619-4fa1-b19e-4fe21d5c146b
to_title: "Issue poller: paper-dynasty-database#19 (success)"
strength: 0.82
created: "2026-03-04T02:04:45.852967+00:00"
updated: "2026-03-04T02:04:45.852967+00:00"
---
Auto-edge: Fix: None guard for PitchingCardRatings in pitcher sorting functions → Issue poller: paper-dynasty-database#19 (success)

View File

@ -0,0 +1,13 @@
---
id: 4d81e769-4409-434b-9d17-18b23ed38727
type: RELATED_TO
from_id: d5795833-cc47-4ee7-a03b-8eda906597d5
from_title: "Fix: None guard for PitchingCardRatings in pitcher sorting functions"
to_id: a99673ab-2ded-48c5-9563-30df7bf4a465
to_title: "PR review: paper-dynasty-database#44 — batch-fetch PitchingCardRatings N+1 fix"
strength: 0.73
created: "2026-03-04T02:04:45.884241+00:00"
updated: "2026-03-04T02:04:45.884241+00:00"
---
Auto-edge: Fix: None guard for PitchingCardRatings in pitcher sorting functions → PR review: paper-dynasty-database#44 — batch-fetch PitchingCardRatings N+1 fix

View File

@ -6,7 +6,7 @@ tags: [paper-dynasty-database, python, peewee, pandas, performance, fix, n+1-que
importance: 0.65
confidence: 0.8
created: "2026-03-03T23:04:16.395675+00:00"
updated: "2026-03-03T23:04:17.048422+00:00"
updated: "2026-03-04T02:04:45.819294+00:00"
relations:
- target: 6ebf27b5-c1eb-4e4d-b12a-62e7fdbc9406
type: RELATED_TO
@ -23,6 +23,11 @@ relations:
direction: outgoing
strength: 0.7
edge_id: e496d0d4-b7fb-4c61-8738-2a86da490803
- target: d5795833-cc47-4ee7-a03b-8eda906597d5
type: RELATED_TO
direction: incoming
strength: 0.77
edge_id: f05df710-e8a1-422e-897c-d58c02e984e3
---
## Problem

View File

@ -6,7 +6,23 @@ tags: [paper-dynasty-database, python, fastapi, peewee, bug, none-guard, attribu
importance: 0.6
confidence: 0.8
created: "2026-03-04T02:04:45.243323+00:00"
updated: "2026-03-04T02:04:45.243323+00:00"
updated: "2026-03-04T02:04:45.884241+00:00"
relations:
- target: e014f59b-60ff-4602-91bc-076b3a73f0e8
type: RELATED_TO
direction: outgoing
strength: 0.77
edge_id: f05df710-e8a1-422e-897c-d58c02e984e3
- target: 8e8e3261-f619-4fa1-b19e-4fe21d5c146b
type: RELATED_TO
direction: outgoing
strength: 0.82
edge_id: ba7a5d7b-146b-4bd8-b908-04c49e2c9255
- target: a99673ab-2ded-48c5-9563-30df7bf4a465
type: RELATED_TO
direction: outgoing
strength: 0.73
edge_id: 4d81e769-4409-434b-9d17-18b23ed38727
---
## Problem

View File

@ -6,7 +6,13 @@ tags: [issue-poller, paper-dynasty-database, automation]
importance: 0.5
confidence: 0.8
created: "2026-03-03T23:04:23.418465+00:00"
updated: "2026-03-03T23:04:23.418465+00:00"
updated: "2026-03-04T02:04:45.852967+00:00"
relations:
- target: d5795833-cc47-4ee7-a03b-8eda906597d5
type: RELATED_TO
direction: incoming
strength: 0.82
edge_id: ba7a5d7b-146b-4bd8-b908-04c49e2c9255
---
Attempted paper-dynasty-database#19 — Replace per-row PitchingCardRatings lookup with batched fetch in pitcher sort. Status: success. Summary: Replaced per-row PitchingCardRatings get_or_none calls with a single batched SELECT + dict lookup in both sort_pitchers and sort_starters, reducing 2N queries to 1.. PR: https://git.manticorum.com/cal/paper-dynasty-database/pulls/44. Cost: $0.9319824999999999

View File

@ -6,7 +6,7 @@ tags: [pr-reviewer, paper-dynasty-database, python, peewee, pandas, performance,
importance: 0.4
confidence: 0.8
created: "2026-03-03T23:17:50.809941+00:00"
updated: "2026-03-03T23:17:51.214127+00:00"
updated: "2026-03-04T02:04:45.884241+00:00"
relations:
- target: 0fdd32ea-6b6a-4cd0-aa4b-117184e0c81d
type: RELATED_TO
@ -23,6 +23,11 @@ relations:
direction: outgoing
strength: 0.73
edge_id: 157f3b01-d301-46f6-94ca-9ae632c9046d
- target: d5795833-cc47-4ee7-a03b-8eda906597d5
type: RELATED_TO
direction: incoming
strength: 0.73
edge_id: 4d81e769-4409-434b-9d17-18b23ed38727
---
## PR #44 Review: batch-fetch PitchingCardRatings instead of per-row queries