Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^2: BerkeleyDB values have limit?

by elgato (Novice)
on Dec 13, 2011 at 17:30 UTC ( [id://943395]=note: print w/replies, xml ) Need Help??


in reply to Re: BerkeleyDB values have limit?
in thread BerkeleyDB values have limit?

I checked for equality, utf string with about 430kb, after retrieve was about 420kb, utf symbols were ok, but not null size.

Replies are listed 'Best First'.
Re^3: BerkeleyDB values have limit?
by Anonymous Monk on Dec 14, 2011 at 01:02 UTC

    And where is your code which proves this?

    The documentation discusses a common pitfalls with nulls.

      I have made it work like i need to, with ->FETCH, ->STORE, ->DELETE methods. even with: print length($a); $h{test} = $a; print length($h{test}); showed 0 length even if i untie && tie later.

        I'm sorry but I can't parse that.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://943395]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others drinking their drinks and smoking their pipes about the Monastery: (6)
As of 2024-04-24 08:47 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found