is it required to store QR codes in database?

Shrinivas

I have a requirement in my project where I need to generate QR Code for every user who uses our application. Initially I thought I will generate the QR code which will have UserID encoded in the image and the QR image will be stored in a database table column. This stored QR image will be shown to user which he can print when ever required. But later I found that, each and every time I can just generate the QR code for the user and show it to him (as the UserID will never change), instead of generating, saving and retrieving it from Database. What will be the best practice???

Did any one come across this situation? I don't see any need to store the QR Code image file in database, instead I can generate it on the fly and show it to the user. But still I would like to get some guidance or ideas from people based on their experiences.

JoelFan

I would say generate it each time. Image files take up a lot of space and it's just another representation of the userid, basically duplicate data.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

use qr codes to store information in a database

From Dev

Optimise camera for QR codes

From Dev

QR codes recognition solutions

From Dev

Generating WeChat QR Codes

From Dev

Easily generating QR codes

From Dev

Storing binary data in QR codes

From Dev

Zxing library for QR codes in Android

From Dev

Ruby on Rails using Qr Codes

From Dev

How to limit ZBar QR code reader to only detect QR codes?

From Dev

Database design - connect each company with all possible post codes to store distance

From Dev

Laravel QR Codes: endroid/QrCode, how to use it?

From Dev

Using ImageMagick/ZBar to read QR codes

From Dev

Can Kofax Capture 10 process QR codes?

From Dev

Using ImageMagick/ZBar to read QR codes

From Dev

Is it possible to have QR codes read and added to a MongoDB?

From Dev

Track QR-Codes with google Analytics

From Dev

Are QR Codes Really More Easily Read by Computers

From Dev

Is there a library for generating VECTOR QR Codes on a LAMP stack?

From Dev

libqrencode doesn't make QR Codes

From Dev

unit of messurement table is required if there i'm going to store two record in database

From Java

Decoding the UK's NHS Test and Trace QR codes

From Dev

Formatting QR Codes in HTML emails using the <pre> tag

From Dev

how to create for QR Codes and implement to another pages to display

From Dev

I'm havig trouble generating QR codes dynamicaly

From Dev

Generate QR codes with custom dot shapes using zxing

From Dev

using opencv with zbar in python on windows 8.1 to detect qr codes

From Dev

Barcode scanner is reading only QR codes using ML Kit

From Dev

How can I create my own QR codes for free?

From Dev

WhatsApp web and desktop app displaying broken QR codes

Related Related

HotTag

Archive