Open
Description
first:
let a = repeat 'a'
.... connect with db
than:
Prelude Database.MongoDB> access pipe master "local" $ insert "ac" ["txt"=: (take (1024*128) a)]
579dfb81421aa970b600002d
Prelude Database.MongoDB> access pipe master "local" $ insert "ac" ["txt"=: (take (1024*129) a)]
-- finish until world is end.
I success to insert a string whose length is 1024_128 ,but when I inserted 1024_129 one I did not get the return (about 10mins), and then I passed Ctrl+C
The db is host on the localhost.
Metadata
Metadata
Assignees
Labels
No labels