Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在我的应用程序中使用了大约 3000 个 jpeg。图像名称和简要描述存储在读入 momd 的 SQL 数据库中。一个图像一次出现在屏幕上。
这些图像有各种各样的名称,一些直接来自相机、DSC1014,而另一些则很长,例如 A5_09-DOUBLE-DECKER-BRIDGE 和 2012-05-13_19-06-22_790。
我没有注意到我的 iPod 或 iPad 上的内存或访问时间有任何问题,但想知道它是否有助于内存或访问时间给图片提供短名称,例如 img001 等。
缩短名称几乎肯定不会在内存或访问时间方面给您带来明显的优势。如果您希望缩短访问时间,您应该考虑为您的表使用索引(如果您还没有这样做的话)。