On 29 Mar 2010, at 3:36pm, Navaneeth Sen B wrote:

> Does that mean it cannot support data sizes greater than 1TB.

SQLite can handle whatever your file system can handle.  Probably 4TB, if your 
OS will handle that much.  However there are a number of limits involved in 
what it does.  You're probably interested in sections 12 and 13 of

http://www.sqlite.org/limits.html

> Can somebody explain me the meaning of terabyte scalability with respect 
> to DB's.

The question is too vague for me.  You're going to have to explain what you 
want to do.

> I would also like to know whether SQLite can handle *.mts* files(AVCHD).

SQLite is a database system which reads and writes its own database files, 
which contain data of various types.  AVCHD files are video files which contain 
video information.  Due to restrictions on the licensing associated with AVCHD 
you may not extract AVCHD information and use it as data in other files, 
licensed tools will handle it only if it's in a file of its own.  So even 
though SQLite (and many other DBMSs) could conceivably handle AVCHD data as 
BLOBs, the tools should refused to handle raw data.

Again, what is it you actually want to do ?

Simon.
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to