I assume something is wrong here. It took 1.8 minutes for the server to return its response to this request.
https://api.alpha.green.ensnode.io/api/resolve/primary-name/0x1278c1e48e3c9548a5d9f2b16dc27ed311b0697c/8453
I note how this was not an accelerated request, but how our implementation of non-accelerated requests still involve a number of database queries.
My first instinct is that what may be happening here is that we're making database queries against a "full" alpha-style database that contains millions of records and that these database queries don't have indexes available to be completed efficiently, therefore there's some big database scans happening that are very slow.
Advice appreciated.
I assume something is wrong here. It took 1.8 minutes for the server to return its response to this request.
https://api.alpha.green.ensnode.io/api/resolve/primary-name/0x1278c1e48e3c9548a5d9f2b16dc27ed311b0697c/8453
I note how this was not an accelerated request, but how our implementation of non-accelerated requests still involve a number of database queries.
My first instinct is that what may be happening here is that we're making database queries against a "full" alpha-style database that contains millions of records and that these database queries don't have indexes available to be completed efficiently, therefore there's some big database scans happening that are very slow.
Advice appreciated.