diff options
author | rowanbeentje <rowan@beent.je> | 2009-08-17 00:14:55 +0000 |
---|---|---|
committer | rowanbeentje <rowan@beent.je> | 2009-08-17 00:14:55 +0000 |
commit | 2a474905d21f475d4f5c2157da7972f712a0c73c (patch) | |
tree | 871ec21f85ec56c45ace6a9b50be62407cfaed69 | |
parent | 7f66ab71ca1cdd2bea637cc546837c28fbdd78ab (diff) | |
download | sequelpro-2a474905d21f475d4f5c2157da7972f712a0c73c.tar.gz sequelpro-2a474905d21f475d4f5c2157da7972f712a0c73c.tar.bz2 sequelpro-2a474905d21f475d4f5c2157da7972f712a0c73c.zip |
- Add a note to warn about use of MCPStreamingResult
-rw-r--r-- | Frameworks/MCPKit/MCPFoundationKit/MCPStreamingResult.m | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Frameworks/MCPKit/MCPFoundationKit/MCPStreamingResult.m b/Frameworks/MCPKit/MCPFoundationKit/MCPStreamingResult.m index 0b46ddc5..5eb147d3 100644 --- a/Frameworks/MCPKit/MCPFoundationKit/MCPStreamingResult.m +++ b/Frameworks/MCPKit/MCPFoundationKit/MCPStreamingResult.m @@ -28,6 +28,14 @@ #import "MCPNull.h" #import "MCPNumber.h" +/** + * IMPORTANT NOTE + * + * MCPStreamingResult can produce fast and low-memory result reads, but should not + * be widely used for reads as it can result in MySQL thread or table blocking. + */ + + @implementation MCPStreamingResult : MCPResult #pragma mark - |