Q: Please make it easier to tell if we already own a certain minion, orchestrion roll, or Triple Triad card when they drop as rewards or are displayed on the market board!
Yoshida: I’d like to answer this one, since it isn’t limited to UI. At the moment, this would be difficult to handle on the server side. Your character save data, including data on whether or not you own a certain item, is stored on a database server. In order to check whether you own a certain minion, for example, would require interacting with this database server. If we multiply this by several tens of thousands of players doing this simultaneously, this would put an unimaginable amount of strain on the database server.
Another possible method would be to store this item possession status as local data on the client side, which would be your computer or PS4. However, since FFXIV has an immense number of items which will only continue to increase, this method would affect memory usage and is unrealistic as well.