QNimate

  • CoursesVideos
  • WP PremiumPlugins
  • DemosLab
  • Home
  • QIdea
  • QTrack

Databases 8

Storing Binary Files in Redis

Binary files contain binary data. Learn to store binary data in redis.

Link8 years ago http://qnimate.com/storing-binary-files-in-redis/
Storing Image in Redis

Image files are binary files. Learn to store binary data in redis.

Link8 years ago http://qnimate.com/storing-image-in-redis/
Database Design for Analytics

Designing database tables for storing analytic’s data depends on what kind of data you are storing. All analytics platform are not same. Some track number of users and their locations while some also store information like browser used and time user stayed on the website. In this article I will show you the database design […]

Image8 years ago http://qnimate.com/database-design-for-analytics/
Redis Permanent Storage

Redis is a in-memory storage system. Primary memory is volatile i.e., data is lost when we restart our computer. Some people want to use redis just like an DBMS which keeps its data stored permanently. Redis does provide some mechanism to make the data persistance(permanent). There are three different ways to make Redis persistant: RDB, […]

8 years ago http://qnimate.com/redis-permanent-storage/
Storing Binary Data in Redis

Redis is a in-memory key-value storage system. Primary Memory storage size tends to be much smaller than hard disk storage size. So its never a good idea to populate primary memory with binary data/files as you will soon run out of memory and cause redis/other applications unexpected shutdowns. But still if you want to store […]

8 years ago http://qnimate.com/storing-binary-data-in-redis/
MySQL Architecture For Large Websites

Websites grows in regular basics. As the website data increases the DBMS is needs to be scaled for backup and performance. In this post I will explain how MySQL looks in large websites. Database Backup Backup prevents loss of data due to failure in hard disk. Some techniques used by small websites for database backup […]

Image8 years ago http://qnimate.com/mysql-architecture-for-large-websites/
Database Design For Storing Chat Messages

Storing chat messages and retrieving those messages at a very fast rate is much needed for an chat app. Developers spend days to decide which DBMS to choose and how to design tables for storing messages. Sometimes they endup with difficult and bad designs. Most bad table designs require a lot of sorting. After doing […]

Image8 years ago http://qnimate.com/database-design-for-storing-chat-messages/
Categories
  • Algorithms (1)
  • API (5)
  • Cloud (1)
  • Cordova (68)
  • Databases (8)
  • Ethereum (3)
  • Hyperledger Fabric (1)
  • Marketing (3)
  • Node.js (3)
  • Operating System (2)
  • Other (1)
  • SEO (15)
  • Tips and Tricks (13)
  • Web Development (184)
  • Web Security (12)
  • WordPress (94)
Most Viewed
  • slider
    Image Slider Using HTML And CSS Only
    60 comments
    9 years ago

  • facebook-chat-popup
    Facebook Style Chat Box Popup using JavaScript and CSS
    73 comments
    8 years ago

  • html5-file-api
    An Introduction To JavaScript Blobs and File Interface
    13 comments
    9 years ago
Most Commented
push-notificaton
Push Notification in Intel XDK using Push Plugin
8 years ago
109 Comments
facebook-chat-popup
Facebook Style Chat Box Popup using JavaScript and CSS
8 years ago
73 Comments
What is Multiplexing in HTTP/2?
7 years ago
61 Comments
Currently Viewed
HTTP/2 Compatibility with old Browsers and Servers
7 years ago
WordPress Settings API Validation and Sanitization
7 years ago
triangle-circle-css
Creating Triangles And Circles Using CSS
8 years ago
Our Sponsor
My Books

2014 - 2015 © QNimate
All tutorials MIT license