The most important thing is to get a PDF+metadata immutable system setup. Beyond that, as far as what you're suggesting to do with SQL tables, I would never recommend to any company to do it that way. Even if the indexing could handle it (of course indexing would take much longer), it makes debugging things in the tables extremely difficult. The idea is to keep your running application as simple and streamlined as possible. Move any extraneous complexity to other table sets.
Regards, Gerry -------------------- m2f -------------------- -- http://www.openobject.com/forum/viewtopic.php?p=31442#31442 -------------------- m2f -------------------- _______________________________________________ Tinyerp-users mailing list http://tiny.be/mailman/listinfo/tinyerp-users
