User Agent string as tag value?

The cardinality of User Agent values that I want to store in an InfluxDB measurement is very small, just a few hundred, but the User Agent strings themselves are big long ugly things.

If tags are always indexed then InfluxDB should not need to store a string copy of the tag value in each record. But maybe it does anyway, Idk. Does it?