Delphi-PRAXiS

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Datenbanken (https://www.delphipraxis.net/15-datenbanken/)
-   -   Stored Procedure größen limitiert? (https://www.delphipraxis.net/159715-stored-procedure-groessen-limitiert.html)

ibp 9. Apr 2011 16:12

Datenbank: interbase • Version: 6.5 • Zugriff über: egal

Stored Procedure größen limitiert?
 
Hallo,

gibt es eine Größenlimitation von Stored Procedures?

mkinzler 9. Apr 2011 18:00

AW: Stored Procedure größen limitiert?
 
Größenbegrenzug für was? Code, Ergebnis?

Sir Rufo 9. Apr 2011 20:51

AW: Stored Procedure größen limitiert?
 
Zitat:

Zitat von mkinzler (Beitrag 1094148)
Größenbegrenzug für was? Code, Ergebnis?

Oder Parameter?

Piethan 9. Apr 2011 21:07

AW: Stored Procedure größen limitiert?
 
Zitat:

Currently the maximum size of a stored procedure or trigger in Firebird and InterBase® is 48 KB of BLR (the size of the byte code language compiled from stored procedure or trigger language and not the source code itself, which may include comments). However, as this comprises well over 1,000 lines of code, it is wiser to split any procedures of this size into smaller ones anyway, as this will improve not just the readibility and ease of maintenance but also, more often than not, the efficiency
http://www.ibexpert.info/ibe/index.p...TOREDPROCEDURE

Ich würde in diesem Fall versuchen alles in mehrere Prozeduren aufzuteilen.

ibp 10. Apr 2011 09:54

AW: Stored Procedure größen limitiert?
 
Zitat:

Zitat von Piethan (Beitrag 1094172)
Zitat:

Currently the maximum size of a stored procedure or trigger in Firebird and InterBase® is 48 KB of BLR (the size of the byte code language compiled from stored procedure or trigger language and not the source code itself, which may include comments). However, as this comprises well over 1,000 lines of code, it is wiser to split any procedures of this size into smaller ones anyway, as this will improve not just the readibility and ease of maintenance but also, more often than not, the efficiency
http://www.ibexpert.info/ibe/index.p...TOREDPROCEDURE

Ich würde in diesem Fall versuchen alles in mehrere Prozeduren aufzuteilen.

danke, das genau war es leider... also muss ich splitten....


Alle Zeitangaben in WEZ +1. Es ist jetzt 23:16 Uhr.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz