I want assigned a value to my posts what variable by the current post’s id. Originally I want use custom post_meta for this, I think this is would been elegant, but when I run a query with this post_meta, my pageload will be horrible slow (4x-5x the basic time), because the sql query (I create an own index in my database for this post_meta, but this dont help for me)…
So, I read that, If I create a custom taxonomy, what have the same values, this will be fast, like tag queries. But I dont want that, if this custom taxonomy creates pages (domain(.)tld/taxonomy_name/taxonomy_slug)…
Can I create custom taxonomy without pages? So that this going to works like that a post_meta? Only a value, what queried?