-
Notifications
You must be signed in to change notification settings - Fork 16
Create byName index on subgraph_domains table #1819
Copy link
Copy link
Open
Labels
Description
We attempted adding the index once:
- add missing index on domain name column #1747
but the udpate has introduced a bug where Ponder would fail to create indexed in ENSDb with the following message:
06:06:57.641 WARN Failed database query query=create_indexes query_id=71db0ec7 (13ms)
error: index row requires 23456 bytes, maximum size is 8191
The root cause analysis was documented in this Slack thread and the possible fix was added in this PR:
However, due to feedback raised by AI agents reviewing the PR, the team decided to revert changes from PR #1747 and design another solution to enable byName index on subgraph_domains table.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress