| Bug #15089 | BLOB data should not remain in memory | ||
|---|---|---|---|
| Submitted: | 21 Nov 2005 5:24 | Modified: | 20 May 9:32 |
| Reporter: | Gili | ||
| Status: | Verified | ||
| Category: | Server | Severity: | S2 (Serious) |
| Version: | 3.1.10, 4.1, 5.0, 5.1, 6.0 bzr | OS: | Any (Linux, Windows XP sp2) |
| Assigned to: | Target Version: | ||
| Tags: | affects_connectors | ||
| Triage: | Triaged: D5 (Feature request) | ||
[21 Nov 2005 5:24]
Gili
[21 Nov 2005 22:34]
Mark Matthews
This is a limitation with the server, neither the MySQL network protocol, nor the server itself allow a client to retrieve a BLOB piecemeal in an _efficient_ fashion. (The JDBC driver can do this if "emulateLocators" is set to true in the configuration properties, but this still requires the _server_ to load the ENTIRE LOB for each request of a "chunk" of it from the input stream returned to the application by the JDBC driver).
[20 May 9:32]
Sveta Smirnova
Yes, this is exists and it is known. Correct state for this bug is "Won't fix" or "Not a Bug" though.
[20 May 9:38]
Sveta Smirnova
This partially fixed in patch for bug #38002.
[18 Nov 10:19]
Sveta Smirnova
Bug #48085 was marked as duplicate of this one.
