Hi,

...and you can not load these rows directly into your application, do the
manipulation, and then store the results in another db table because...? I'm
totally not seeing what use you have for an external cache like memcached in
this case, where you only load the data from the database once. Or am I
missing something?


/Henrik Schröder

On Thu, Jun 12, 2008 at 9:02 AM, Arun Singhal <[EMAIL PROTECTED]>
wrote:

>  Hi,
>
>
>
> Thanks for quick reply.
>
>
>
> I have a table in mysql database which has approx. 10 million records. In
> one column I have IP addresses as long number. I have another table which
> has a unique title for a set of IP ranges. I want to fetch data in to
> memcache and then want to manipulate in memory and then I will insert the
> record in another table. Can u help me how can I do it using memcache?
>
>
>
> Thanks,
>
> *Arun Singhal*
>
>    ------------------------------
>
> *From:* Dustin Sallings [mailto:[EMAIL PROTECTED]
> *Sent:* Thursday, June 12, 2008 12:24 PM
> *To:* Arun Singhal
> *Cc:* [email protected]
> *Subject:* Re: memcache as database
>
>
>
>
>
> On Jun 11, 2008, at 23:45, Arun Singhal wrote:
>
>
>
>  How can I store a whole table from mysql to memcache. For e.g.
>
> A table has 3 column but memc_set function can set one value for one key
> then how would I store all three column for the same key.
>
>
>
>             What is your goal?
>
>
> --
>
> Dustin Sallings
>
>
>
>
>
>
>

Reply via email to