Database(DBMS) for Computer Vision
I am searching to gain some knowledge for database system that best fits computer vision(and/or machine learning) systems. A database and methods for storing SIFT or any other popular image features and query for finding matches. So please name database and frameworks used for professional purposes like MySQL, PostgreSQL, MongoDB, HBase or any other suitable solutions that is best for numerical and high performance applications and explain your opinion. I wonder if I am thinking on the issue or asking the question in the right manner so please correct me if you find any misunderstandings.
Thanks in advance.
Yeah sure. Normally you pay consults for those kinds of opinion without any thoughts of your own. Ask us specific questions (and not just "what is the best RDMBS for finding matches") and we will answer.
How about saying that when we query on a database there functionalitys that databases use to make processes faster like caching. Like querying for similar strings, sorting, filtering or what ever else. So more precisely, is there any database that makes similar search or some basic vector operations as its primitive functionalitys? Thanks again