C
C
Chromegolf2015-06-03 21:53:10
Database
Chromegolf, 2015-06-03 21:53:10

Video quality assessment - do you need a database?

An application for evaluating video quality using reference metrics is being implemented. The question arose - does this task require the use of a database?
Alternatively, the database can store reports (file sizes, estimates, etc.).

Answer the question

In order to leave comments, you need to log in

2 answer(s)
S
sim3x, 2015-06-03
@sim3x

no, if
- no search needed
- no need to change the report
- the report is public
- no need to preserve the integrity of the array of reports

A
Alexey Rytikov, 2015-06-03
@chlp

If you need to store data, then you CAN use a database. It is necessary or not necessary - it is up to the "architect" of the application to decide. You can store applications in memory, you can in files, on sections, in the registry ...

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question