home / sidx

SidxUriSample

4 rows where uri = 86

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: hash, epoch

id ▼ uri hash epoch http_code content_type
99 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86 blake3-TzQ1NyZ7W8M33nnEATG4TgP2WaDLEALZ3s6GLOAIKXM= 85 1745696371    
105 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86 blake3-TzQ1NyZ7W8M33nnEATG4TgP2WaDLEALZ3s6GLOAIKXM= 85 1745696371    
1646 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86 blake3-uiouG1uylJ3h44PpAuEAyNsKCeOFEoeNtbsxGD7UIHM= 8463 1746729642 200  
1725 https://developer.download.nvidia.com/compute/cuda/redist/cuda_profiler_api/ 86 blake3-uiouG1uylJ3h44PpAuEAyNsKCeOFEoeNtbsxGD7UIHM= 8463 1746758940 200  

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE "SidxUriSample" (
	"id"	INTEGER,
	"uri"	INTEGER NOT NULL,
	"hash"	INTEGER,
	"epoch"	INTEGER NOT NULL DEFAULT (unixepoch()),
	"http_code"	INTEGER,
	"content_type"	INTEGER DEFAULT NULL,
	PRIMARY KEY("id"),
	FOREIGN KEY("content_type") REFERENCES "Str"("id"),
	FOREIGN KEY("hash") REFERENCES "Hash"("id"),
	FOREIGN KEY("uri") REFERENCES "Str"("id")
) STRICT;
CREATE INDEX SidxUriHashIdx
ON SidxUriSample(uri, hash, epoch);
Powered by Datasette · Queries took 29.518ms