Re: Optimizing working with big data Programming Software Development by whackksports Utilizing efficient tools and techniques, such as data filtering, storage solutions, and analytics platforms, is essential for optimizing work with big data. Automating processes, leveraging cloud computing, and ensuring scalability are also required. Re: Data storage and retrieval - cache or database Programming Mobile Development by jonathannweyer If the "status" doesn't change frequently, caching is a solid option. You could fetch it from the database the first time it's needed, then store it in a cache (like in-memory or Redis, depending on your setup), and use that for subsequent loads. Re: Ensuring data consistency and integrity Hardware and Software Cloud-based Apps by Dani Good question. We have multiple web servers that are load balanced, and only 2 database servers in a master/slave setup. I know there are ways to shard the database so you could essentially put different records of a table on different servers, but I personally have no experience with that. I am pretty sure you can shard by row or by column. We … Re: Ensuring data consistency and integrity Hardware and Software Cloud-based Apps by Miles_0 Thanks for overwhelming response. How do you ensure efficient cache management with Memcached in such a distributed system, especially when fetching multiple items per page while minimizing cache misses? Re: Hi everyone, I'm rrocksbd Community Center Say Hello! by Dani Hello and welcome to DaniWeb! Re: ‘Advanced AI should be treated similar to Weapons of Mass Destruction’ Community Center by rproffitt UPDATE: Feb 4, 2025 — Google on Tuesday updated its ethical guidelines around artificial intelligence, removing commitments not to apply the technology to weapons or surveillance. Re: Understanding Data Storage and De-Deduplicating Hardware and Software Hardware by markanderson_1 …other media to preserve and restore the data if needed. Data storage makes it easy to back up files …event of an unexpected computing crash or cyberattack. Data storage can occur on physical hard drives, disk drives,…implement and maintain the infrastructure. Browsing through different data storage solutions and applications can help you arrive at… Dell Buys Data Storage Company 3PAR Hardware and Software Hardware by Niki_Fears … that it has reached an agreement with the California based data storage company [URL="http://www.3par.com/index.html"…this move will help the computer giant cut its own data storage costs by as much as 50%. This purchase comes two… give Dell the beginnings of a nice corner on the data storage market. As part of the deal, Dell agreed to… Re: Dell Buys Data Storage Company 3PAR Hardware and Software Hardware by GoodLuckChuck …]http://www.mizozo.com/biz/08/2010/16/dell-acquires-data-storage-provider-3par-for-1.15-....html[/url] [INDENT] has agreed… to buy data storage provider 3Par Inc. for about $1.15 billion, [/INDENT] Understanding Data Storage and De-Deduplicating Hardware and Software Hardware by Lisa Hoover …know. De-duplicating means removing redundant information from data before storage. In other words, if you're going …to transfer your cumulative company data to offsite storage every night, there's no point in…maintenance widow or smaller workloads. [/LIST] Does your data storage solution have a de-duping component? Share your … Re: Data storage in javascript Programming Web Development by gon1387 … your whole point. If you're looking for a persistent data storage, you can use the following: * As you said, HTML5 localStrorage…, too new by the way. * Persisted data from server passed as hidden input tag or thru ajax… Data storage Hardware and Software Hardware by danson.kasala Where the data stored temporarily in SOURCE COMPUTER, when sent to another COMPUTER via NETWORK. If to copy in the same COMPUTER stored in CLIPPORD???? New App Data Storage Programming Software Development by pnelsonsr … a while and it uses an access db as its data storage. I've been tasked with completely redoing this in java…. The application will be self-contained with the data local (with internet updates), but not a central connection to… ms access db. Go with another db. Use a java data storage environment. I'd love to get some input on what… Re: New App Data Storage Programming Software Development by ~s.o.s~ … it has been already decided to phase out the old data storage mechanism, you need to give us a bit more detail… application installed for multiple users? If yes, is there any data-syncing activity which takes place for your application? BTW, for… Facebook data storage Community Center Geeks' Lounge by asif49 Question. Where does facebook store all of it's data? According to Facebook themself - the social networking website …generates over 500 Terabytes of data every day. That is every 24 hours. The reason …at it wrong? At this rate of manufacturing devices for data storage (utilizing silicon) aren't we going to run out… Re: Facebook data storage Community Center Geeks' Lounge by basher123 Facebook data storage is so funny. Efficient Data Storage in File System and DBMS Programming Web Development by ankitdixit … development project. I want to know which source allow efficient data storage feature between file system and dbms in a large project… efficient because there are numerous techniques for storing and retrieving data but not an idea about file system. Can anyone use… Suitable DTD for the data storage design Programming Software Development by Naut … the above-mentioned functions. Define suitable DTD for the above data storage design. Re: Data storage and retrieval - cache or database Programming Mobile Development by Dani I'm personally not familiar with Android development, but I'm sure there is app storage. https://developer.android.com/training/data-storage Re: Data storage method Programming Game Development by gusano79 …graphical half text rpg. For the moment I read my data from text files, e.g. Enemies.txt id name … A proper database might be overkill, though, especially if your data are simple. Does "clear to handle" mean you…quot;]JSON[/URL] is another option for text-based structured data. If you really want a local-only database, I … Data storage method Programming Game Development by Aviras … graphical half text rpg. For the moment I read my data from text files, e.g. Enemies.txt id name hp…. I can work with MySQL, but I want all the data to be on the end-user's computer, so without… Re: Data storage method Programming Game Development by Aviras …/editing to have a mysql kind of way of presenting data. I don't know much about XML, I do know… Data entry, validation, report generation program development Programming Web Development by ppmsfpd …want to develop a software program to enter data and to validate the data with respect to some rules. Finally I want… to generate a report which showing the entered data. (This looks like online job application submission and final…or similar programming expertise-beginning to intermediate usage--networked usage storage--moderate data storage] Re: Moore's Law busted by 57.5 billion iPads full of data Hardware and Software Hardware by a.oprea "Data growth is outpacing the growth of data storage capacity (as a single gigabyte of data can generate a further petabyte of data that is transient in nature such as streaming audio for example)" This tells me that the rate of data production is limited by the space available Data Center Hardware Design Hardware and Software by satti Dear , iam planning to setup 100TB data center, the purpose is to stream videos on web application. I want to know is what hardware is suitable for video streaming how many servers,Disk Arrays,SAN etc? REQUIRMENTS: i.Video Streaming ii. 100 TB data storage iii.Backup Storage Data storage in javascript Programming Web Development by praveen_dusari … i store the data of a form using html,javascript. firstly i thought of using localstorage or session storage in html but… if i save the data in my form others cant see… write into xml file because javascript wont allow to write data into computer file system it could be a huge security… Re: Data Storage Question Programming Software Development by slate …**conflicts**? If there is extended modification of offline data that must be posted to the main database, … and offline functions. * Online functions are: Modifing base data, like customer, company address,item price etc.. * Offline…and support all possible user choices, inclusive change base data. * If everything ok, then the local transactions … Data Storage Question Programming Software Development by lancevo3 … me to my question, how do I go about storing data that the application is going to use? The user will… data storage in float datatype Programming Software Development by narmadhahearty while storing the value 1.111 in a float variable the value stored and printed is 1.1109999. why is this loss of data or sometimes the gain of data?. Re: Data Storage Question Programming Software Development by lancevo3 If the data is specific just to the computer it is being used on (just update a file on the computer) is internet connection not necessary? The database will be no more than 4 tables, maybe 4 columns each, max. I wouldn't mind trying what you laid out above just for personal use, seems like a nice challenege.