This is, perhaps, a long-term project. I think we should consider moving the points values out of the user meta table. The table's performance leaves much to be desired, especially on large sites. The meta_key and meta_value columns aren't indexed, so most of our operations are probably pretty slow. I think this is something that can be achieved in a backward compatible manner, without too much effort. And I think the effort would be worth it.
This is, perhaps, a long-term project. I think we should consider moving the points values out of the user meta table. The table's performance leaves much to be desired, especially on large sites. The
meta_keyandmeta_valuecolumns aren't indexed, so most of our operations are probably pretty slow. I think this is something that can be achieved in a backward compatible manner, without too much effort. And I think the effort would be worth it.