indexer icon indicating copy to clipboard operation
indexer copied to clipboard

Hide sparse attributes

Open ptrwtts opened this issue 3 years ago • 1 comments

We added a bunch of collections and attributes, and it's very possible that some of them are inefficient. For example, on the veefriends collection, I noticed some attributes that are different for every token. We should basically have a threshold for the number of unique attribute values, and over that, we give the attribute a rank of -1.

Ideally, I could do this in the metadata script, but I didn't think about it until after! Is it something we could easily do with a SQL query?

ptrwtts avatar Jan 24 '22 04:01 ptrwtts