Free Republic
Browse · Search
General/Chat
Topics · Post Article

To: Lazamataz

Dynamic SQL is a bit slower, but not horribly so. I’ve actually dug into the ORAthis, ORAthat which Oracle uses for its internal interface, and it ends up boiling down to something that has to be parsed at run time anyhow.

I know less about Javascript — that system apparently doesn’t understand when you’re asking to load the same code more than once, and optimize it for you?


70 posted on 08/26/2016 7:24:15 PM PDT by HiTech RedNeck (Embrace the Lion of Judah and He will roar for you and teach you to roar too. See my page.)
[ Post Reply | Private Reply | To 68 | View Replies ]


To: HiTech RedNeck
Dynamic SQL is a bit slower, but not horribly so.

Dude, we need to talk. It's awful.

Dynamic SQL is unacceptable on speed issues (no compiling) and on Best Practices issues (no Reflection, no ability to use Perf Monitor or Execution Planner, just to name two optimizer technologies.) I suspect you are not in Big Data at all. DON'T ALLOW DYNAMIC SQL.

I’ve actually dug into the ORAthis, ORAthat which Oracle uses for its internal interface, and it ends up boiling down to something that has to be parsed at run time anyhow.

I'm more talking SQL, I don't have Oracle. Oracle might differ. But I know my SQL.

I know less about Javascript — that system apparently doesn’t understand when you’re asking to load the same code more than once, and optimize it for you?

Not in ASP.NET 3.5 codebase. They might have cleaned it up in 4.0 or 4.5, but I stick with MVC now, and get my Ajax using RAZOR.

72 posted on 08/26/2016 7:30:15 PM PDT by Lazamataz (Every word the "News Media" prints these days are a lie, including "and" and "the".)
[ Post Reply | Private Reply | To 70 | View Replies ]

To: HiTech RedNeck; Lazamataz

PeopleSoft, the #2 or #3 largest ERP install base in the world uses 100% dynamic SQL.

But is is repeatedly CALLED, not REPEATED.

Note: the schema for a typical PS database runs into the 10s of thousands of tables/views. And no DB-level Referential Integrity (which makes sense for their architecture).


82 posted on 08/26/2016 7:54:36 PM PDT by freedumb2003 (Never Trump=Always hiLIARy)
[ Post Reply | Private Reply | To 70 | View Replies ]

Free Republic
Browse · Search
General/Chat
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson