Click here to Skip to main content
15,890,609 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hey

I want to devlop an online meeting app....should I store the past conference videos in a file on the server or in database directly...in either case could you please give me an idea of the required database schema...what tables and fields should be used...and while later searching a particular video...how to display old video matches to the search term...also what is the table required to store chat history....please reply...
Posted
Updated 4-Jan-11 16:45pm
v2
Comments
[no name] 4-Jan-11 22:46pm    
Edited for spelling and grammar. Please don't use txt-speak in the future.

The database schema would depend on the overall design of your application, there is no standard scheme to give you. And whether to store in the file system or in the database again depends on your overall design, usage profile and performance goals and thresholds.
 
Share this answer
 
Group Chat[^]will give some idea.

As mark said it purely depends on your overall design and usage profile and performance goals.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900