@Sergei : Yes :) Check this :
https://github.com/ServiceStack/ServiceStack.Redis
@Hampus : Great idea ! well, for now the average response time is less
than 200ms, wich is much faster than doing a query directly on the
RDBMS (Sysbase IQ); all this is running under Windows.
My question was about data loading into Redis from an existing RDBMS,
and how to refresh it every 10 min for example :)
Thanks.
On 17 oct, 15:21, Hampus Wessman <
hampus.wess...@gmail.com> wrote:
> Redis is not officially supported on Windows (seehttp://
redis.io/topics/introduction), so it's not really recommended to
> run it on Windows. Apparently it works well for some people.
>
> One could run a virtual machine with Linux inside Windows to get around
> the problem, I guess. Shouldn't waste that much performance on a big
> machine. Certainly a lot more complicated, though.
>
> On 10/17/2011 03:00 PM, Sergei Tulentsev wrote:
>
>
>
>
>
>
>
> > offtopic: is Redis on windows supported? :)
> > I know many projects that don't care about windows, and also a few
> > that chose specifically not to run on it. :-)
>
> > On Mon, Oct 17, 2011 at 4:43 PM, Karim <
medkarim.esska...@gmail.com
> > <mailto:
medkarim.esska...@gmail.com>> wrote:
>
> > Thanks for your ideas !
>
> > @Josiah : Pipe commands are not limited on size ? I mean if I have a
> > very big string to set, it will be truncated ? (Especially on
> > Windows). My BCP tool just generate raw data file (formatted to redis
> > syntax).
>
> > @Jak : I'm using Redis especially as a cache to a big database (more
> > than 2 Tb); clients are connected to cache in order to have the
> > optimal response time. The server is running under Windows Server 2008
> > with 32 Gb of memory.
>
> > On 15 oct, 18:19, Jak Sprats <
jakspr...@gmail.com
> > <mailto:
jakspr...@gmail.com>> wrote:
> > > Or do half and half ... half w/ the rewrite to AOF and half like
> > > Josiah said.
>
> > > I have to ask, how big is your harddrive that you can fit the data
> > > into RAM but cant fit it on your harddrive
>
> > > On Oct 14, 11:58 am, Josiah Carlson <
josiah.carl...@gmail.com
> > <mailto:
josiah.carl...@gmail.com>> wrote:
>
> > > > Pipe your commands into the redis-cli instead of using AOF.
> > Then there
> > > > is no file on disk to grow too large, and you are limited
> > basically to
> > > > the same performance as the AOF reading.
>
> > > > For example...
>
> > > > your command to generate redis commands | redis-cli > /dev/null
>
> > > > If you want to see what is happening, you can have another console
> > > > running the MONITOR command, or whatever else you want.
>
> > > > Regards,
> > > > - Josiah
>
> > > > On Fri, Oct 14, 2011 at 6:27 AM, Karim
> > <
medkarim.esska...@gmail.com <mailto:
medkarim.esska...@gmail.com>>
> > wrote:
> > > > > Hello !
>
> > > > > For now, to load data into Redis, I'm following this method :
> > > > > From an existing RDBMS, I managed to create a simple BCP
> > that generate
> > > > > Redis protocol out of the data, then I replace the AOF file
> > and start
> > > > > my Redis instance.
>
> > > > > Is there any best way doing this (Transforming data to Redis
> > > > > protocol) ? As I'm loading millions of rows, the generated
> > AOF file
> > > > > becomes too big !
> > > > > Any option to tell Redis to load data from AOF each 15 min for
> > > > > example ?
>
> > > > > Thanks.
>
> > > > > --
> > > > > You received this message because you are subscribed to the
> > Google Groups "Redis DB" group.
> > > > > To post to this group, send email to
> >
redi...@googlegroups.com <mailto:
redi...@googlegroups.com>.
> > <mailto:
redis-db%2Bunsu...@googlegroups.com>.
> > <
http://groups.google.com/group/redis-db?hl=en>.
>
> > --
> > You received this message because you are subscribed to the Google
> > Groups "Redis DB" group.
> > To post to this group, send email to
redi...@googlegroups.com
> > <mailto:
redi...@googlegroups.com>.
> > <mailto:
redis-db%2Bunsu...@googlegroups.com>.