We attempted adding the index once:
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.
We attempted adding the index once:
but the udpate has introduced a bug where Ponder would fail to create indexed in ENSDb with the following message:
The root cause analysis was documented in this Slack thread and the possible fix was added in this PR:
byNameindex insubgraph_domainstable #1815However, 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
byNameindex onsubgraph_domainstable.