-
Notifications
You must be signed in to change notification settings - Fork 22
Closed
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program
Description
📚 Overview
Improve database performance with proper indexing.
🎯 Objectives
- Optimize claim queries
- Improve leaderboard queries
- Reduce scan time
🧠 Scope
Indexes to consider:
- claims(created_at)
- claims(author_wallet)
- stakes(claim_id)
- evidence(claim_id)
Benchmark before and after optimization.
✅ Acceptance Criteria
- Query time improved
- Index migration included
- Benchmarks documented
⏳ Complexity
Medium
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave program