Comment on page
Limitations
Spice.ai has the following limitations:
- 128-bit integer limit (while data can be uint256). We include both the 128-bit
DECIMAL(38)
type and_hex
fields where the type is 256-bit.
- List data cannot be downloaded as CSV from the Portal
select topics from eth.logs limit 1
will NOT be able to be downloaded as CSVselect flatten(topics) from eth.logs limit 1
will be able to be downloaded as CSV
Last modified 1mo ago