storage
Storing 1000s of thumbnails
I have about 1 million thumbnails that I have on my harddisk and that is really increasing the latency on the disk.[详细]
2023-03-28 09:01 分类:问答Best way to store X clicks/days in MySQL
I want to store my users clicks from the last 10 days in my database. I have heard that storing it like this: \"4;3;1;4;5;3;7;2;6;3\" is a really bad idea, and it breaks the rules.[详细]
2023-03-27 19:50 分类:问答How to store a 2D tile map?
Consider the tiles and layers from Legend of Zelda: A Link To The Past. What would be an ideal way to store this map in a tile editor? Currently I am using a multidimensional array of Rectangles as a[详细]
2023-03-27 19:39 分类:问答Best Way to Store Data from Large Web Crawl [closed]
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references,or expertise, but this question will likely solicit debate, a[详细]
2023-03-27 03:03 分类:问答How should I store a sparse decision tree(move list) in a database?
I have been thinking of making an AI for a board game for a long time, and recently I\'ve started to gather resources and algorithms. The game is non-random, and most of the time, there < 3 moves f[详细]
2023-03-26 16:43 分类:问答Sencha touch one store instance for multiple stores
So I have two stores that use the exact same model, they are exactly the same in every way (except for their names of course). I want two different stores.[详细]
2023-03-25 20:57 分类:问答How to implement cloud storage for media assets in ZF?
I have never programmed any cloud application so I\'m basically researching to get started with it. I\'m developing in Zend Framework and want to use the cloud to store media assets. The whole project[详细]
2023-03-25 17:37 分类:问答nosql storage for tracking user behavior
I\'m trying to develop a system with records user actions on our site so later on we can make some patterns. I\'m not sure what data storage should I use, but I consider something NoSQL like because i[详细]
2023-03-25 00:12 分类:问答Best Practise for storing svg icons?
I am building a dynamic navigation menu in HTML 5/CSS 3 with all the new good stuff. Some menu nodes will have an svg icon, some not. In some views the menu levels are rendered differently de开发者_JS[详细]
2023-03-24 20:47 分类:问答What message storage is the best to use for ActiveMQ?
Acti开发者_如何学编程veMq v 5.5 comes with default message storage configured as KahaDB. Does anyone use it in enterprise level solutions? Should it be replaced with MSSQL instead? And what benefits c[详细]
2023-03-24 03:26 分类:问答