2013/1/5 Dmitriy Igrishin <dmit...@gmail.com>
>
>
>
> 2013/1/3 Rashad M <mohammedrasha...@gmail.com>
>
>> All,
>>
>> I am planning to swith my whole db code to use Wt::Dbo (currently using
>> libpq). Will this improve the efficiency/performance in speedwise of my web
>> application?
>>
> libpq is a fastest implementation of the frontend/backend protocol.
> Dbo is ORM, which uses libpq to interract with Postgres.
> So, the answer is no.
>
PS. The main bottleneck is still the network. So, I don't think
that you'll see the big difference.
>
>> Also I have problem swtiching to Wt::Dbo. How will I map a table created
>> by user at runtime?
>>
> AFAIK, the is no way.
>
PS. Dbo allow's you to execute any arbitrary query though.
>
>> like on user creates some new table. and table name can be found out
>> easily and used in mapping but the mapping class need to be aware of the
>> fields in the table right? Is this a limitation of Wt:Dbo or I am assuming
>> something stupid?
>>
>
>>
>> Currently pfrom pg_catalog and pg_tables i finds the tables' field names
>> at runtime.
>>
>>
>> --
>> Regards,
>> Rashad
>>
>>
>> ------------------------------------------------------------------------------
>> Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
>> MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
>> with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
>> MVPs and experts. ON SALE this month only -- learn more at:
>> http://p.sf.net/sfu/learnmore_122712
>> _______________________________________________
>> witty-interest mailing list
>> witty-interest@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/witty-interest
>>
>>
>
>
> --
> // Dmitriy.
>
>
--
// Dmitriy.
------------------------------------------------------------------------------
Master Visual Studio, SharePoint, SQL, ASP.NET, C# 2012, HTML5, CSS,
MVC, Windows 8 Apps, JavaScript and much more. Keep your skills current
with LearnDevNow - 3,200 step-by-step video tutorials by Microsoft
MVPs and experts. SALE $99.99 this month only -- learn more at:
http://p.sf.net/sfu/learnmore_122912
_______________________________________________
witty-interest mailing list
witty-interest@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/witty-interest