*** natea|toronto_ has quit IRC | 00:03 | |
*** natea|toronto has joined #zope3-dev | 00:09 | |
*** schwendinger has quit IRC | 00:14 | |
*** natea|toronto has quit IRC | 00:14 | |
*** lucie has quit IRC | 00:20 | |
*** marcin_ant has joined #zope3-dev | 00:22 | |
*** ktwilight has joined #zope3-dev | 00:28 | |
Theuni | jodok: how is the disk of your zeo server performing? | 00:38 |
---|---|---|
Theuni | and is the network free? | 00:38 |
jodok | Theuni: the disk is almost idle | 00:38 |
jodok | and the network is free. same appears on localhost | 00:39 |
Theuni | is that a zope 3 application or zope 2 ? something more specific? | 00:39 |
jodok | zope3, sorry | 00:40 |
Theuni | hmm. | 00:40 |
*** ktwilight_ has quit IRC | 00:43 | |
*** tonico is now known as tonico|away | 00:45 | |
*** d2m has left #zope3-dev | 00:53 | |
*** tarek has joined #zope3-dev | 00:59 | |
*** jhauser has joined #zope3-dev | 01:02 | |
J1m | jodok, we set our zeo client cache sizes to 2GB. | 01:06 |
jodok | J1m: we're at 1GB right now :) | 01:07 |
J1m | I agree that loading the ZEO caches can take a long time. | 01:07 |
jodok | J1m: are you using persistent disk caches? | 01:07 |
J1m | This is because populating the cache requires lots of round trips. | 01:07 |
J1m | We don't use persistent caches. | 01:08 |
jodok | o.k., same here | 01:08 |
J1m | We probably should, but there have been issues with zeo cache integrity. :( | 01:08 |
jodok | J1m: but why are the machines almost idle? | 01:08 |
J1m | Probably waiting on I/O. | 01:08 |
jodok | i see almost no load | 01:08 |
jodok | almost no network traffic | 01:09 |
J1m | round trips slow things down. | 01:09 |
J1m | The client decided to load an object. | 01:09 |
J1m | It gets the object from the server. | 01:09 |
* benji wishes he had time to work on the ZODB prefetch ideas discussed at PyCon | 01:09 | |
* benji also needs to go now :) | 01:09 | |
*** benji has quit IRC | 01:09 | |
J1m | It traverses that object to get another object. | 01:09 |
J1m | It decoded to load that object. | 01:09 |
J1m | .... | 01:09 |
J1m | decides | 01:10 |
J1m | Loading objects thus ends up taking a long time. | 01:10 |
J1m | I haven't recieved any complaints about this until recently. :) | 01:10 |
jodok | :) | 01:11 |
jodok | what happens if these large btrees are once loaded and beeing modified afterwards | 01:11 |
J1m | Then the modifications have to be loaded too. | 01:12 |
jodok | but only the modifications | 01:12 |
J1m | But they are loaded on demand. | 01:12 |
J1m | yes | 01:12 |
J1m | only the objects that were modified. | 01:12 |
J1m | But the entire objects, of course. | 01:12 |
jodok | do you use seperate mountpoints to make sure that e.g. indizes can't be pushed out of the cache because of other (probably larger) objects? | 01:13 |
J1m | No | 01:13 |
J1m | We do use separate databases for other reasons. | 01:14 |
jodok | size? | 01:14 |
J1m | No, usage patterns | 01:16 |
J1m | In theory, we pack index databases more often. | 01:16 |
jodok | o.k., that information helps :) we'll give it a try. probably we need to work on this soon. | 01:17 |
J1m | Our goal is to use blobs for larger objects. | 01:17 |
J1m | Give what a try? | 01:17 |
jodok | using 1-2GB cache size | 01:18 |
jodok | and see how it performs | 01:18 |
*** alecm has quit IRC | 01:29 | |
*** stub has quit IRC | 01:30 | |
*** projekt01 has quit IRC | 01:31 | |
*** RaFromBRC|lunch is now known as RaFromBRC | 01:37 | |
*** jhauser has quit IRC | 01:42 | |
*** marcin_ant has quit IRC | 01:45 | |
*** J1m has quit IRC | 01:54 | |
*** alecm has joined #zope3-dev | 01:58 | |
*** projekt01 has joined #zope3-dev | 02:12 | |
*** philiKON has quit IRC | 02:24 | |
*** philiKON has joined #zope3-dev | 02:30 | |
*** philiKON has quit IRC | 02:31 | |
*** philiKON has joined #zope3-dev | 02:32 | |
*** yota has quit IRC | 02:34 | |
*** jkakar has quit IRC | 02:35 | |
*** philiKON has quit IRC | 02:35 | |
*** philiKON has joined #zope3-dev | 02:56 | |
*** ksmith99 has quit IRC | 03:02 | |
*** bigkevmcd has quit IRC | 03:05 | |
*** philiKON has quit IRC | 03:18 | |
*** ofer has quit IRC | 03:18 | |
*** niemeyer has quit IRC | 03:20 | |
*** srichter has quit IRC | 03:43 | |
*** BjornT has quit IRC | 03:43 | |
*** ccomb has quit IRC | 03:43 | |
*** andrew_m has quit IRC | 03:43 | |
*** tonico|away has quit IRC | 03:43 | |
*** zenwryly has quit IRC | 03:43 | |
*** srichter has joined #zope3-dev | 03:44 | |
*** andrew_m has joined #zope3-dev | 03:44 | |
*** ccomb has joined #zope3-dev | 03:44 | |
*** tonico|away has joined #zope3-dev | 03:44 | |
*** BjornT has joined #zope3-dev | 03:44 | |
*** zenwryly has joined #zope3-dev | 03:44 | |
*** irc.freenode.net sets mode: +o srichter | 03:44 | |
*** tonico|away has quit IRC | 03:44 | |
*** tonico|away has joined #zope3-dev | 03:44 | |
*** ccomb has left #zope3-dev | 03:45 | |
*** alecm has quit IRC | 03:57 | |
*** pcardune has joined #zope3-dev | 04:00 | |
*** tarek has quit IRC | 04:16 | |
*** deo has quit IRC | 04:19 | |
*** RaFromBRC has quit IRC | 04:53 | |
*** stub has joined #zope3-dev | 06:07 | |
*** projekt01 has quit IRC | 06:47 | |
*** philiKON has joined #zope3-dev | 07:44 | |
*** alecm has joined #zope3-dev | 07:49 | |
*** philiKON has quit IRC | 08:01 | |
*** natea|toronto has joined #zope3-dev | 08:50 | |
*** pcardune has quit IRC | 09:04 | |
*** pcardune has joined #zope3-dev | 09:05 | |
*** romanofski has quit IRC | 09:06 | |
*** pcardune has quit IRC | 09:36 | |
*** dobee_ has quit IRC | 09:47 | |
*** dobee has joined #zope3-dev | 09:48 | |
*** alecm has quit IRC | 09:48 | |
*** dobee_ has joined #zope3-dev | 10:05 | |
*** naro has joined #zope3-dev | 10:10 | |
*** dobee has quit IRC | 10:21 | |
*** dobee_ is now known as dobee | 10:22 | |
*** opetznick has joined #zope3-dev | 10:27 | |
*** mgedmin has joined #zope3-dev | 10:29 | |
*** dobee_ has joined #zope3-dev | 11:05 | |
*** pcardune has joined #zope3-dev | 11:10 | |
*** dobee has quit IRC | 11:22 | |
*** pcardune has quit IRC | 11:26 | |
*** dunny has quit IRC | 11:49 | |
*** romanofski has joined #zope3-dev | 12:03 | |
*** bigkevmcd has joined #zope3-dev | 12:07 | |
*** jfroche__ has joined #zope3-dev | 12:10 | |
*** d2m has joined #zope3-dev | 12:12 | |
*** romanofski has quit IRC | 13:01 | |
*** romanofski has joined #zope3-dev | 13:01 | |
*** romanofs1i has joined #zope3-dev | 13:06 | |
*** romanofs1i has quit IRC | 13:07 | |
*** romanofs1i has joined #zope3-dev | 13:11 | |
*** romanofski has quit IRC | 13:20 | |
*** naro has quit IRC | 13:43 | |
*** romanofs1i is now known as romanofski | 14:05 | |
*** ccomb has joined #zope3-dev | 14:07 | |
*** naro has joined #zope3-dev | 15:05 | |
*** alecm has joined #zope3-dev | 15:32 | |
*** yota has joined #zope3-dev | 15:37 | |
*** mrevoir has joined #zope3-dev | 15:42 | |
*** alecm has quit IRC | 15:55 | |
*** philiKON has joined #zope3-dev | 15:56 | |
*** alecm has joined #zope3-dev | 16:13 | |
*** alecm has quit IRC | 16:16 | |
*** nathany has joined #zope3-dev | 16:19 | |
*** MiUlEr has joined #zope3-dev | 16:25 | |
*** jhauser has joined #zope3-dev | 16:26 | |
*** nathany has quit IRC | 16:33 | |
*** J1m has joined #zope3-dev | 16:43 | |
*** ofer has joined #zope3-dev | 16:47 | |
*** mgedmin has quit IRC | 16:56 | |
*** bigkevmcd has quit IRC | 17:07 | |
*** rocky has joined #zope3-dev | 17:12 | |
*** schwendinger has joined #zope3-dev | 17:13 | |
*** rocky has joined #zope3-dev | 17:14 | |
*** stub has quit IRC | 17:26 | |
*** philiKON has quit IRC | 17:29 | |
*** ofer has quit IRC | 17:33 | |
*** MiUlEr has quit IRC | 17:35 | |
*** MiUlEr has joined #zope3-dev | 17:36 | |
*** philiKON has joined #zope3-dev | 17:49 | |
*** philiKON has quit IRC | 17:57 | |
*** lzdych has joined #zope3-dev | 18:20 | |
*** schwendinger has quit IRC | 18:24 | |
*** natea|toronto has quit IRC | 18:32 | |
*** lzdych has quit IRC | 18:47 | |
*** pcardune has joined #zope3-dev | 18:48 | |
*** Aiste has joined #zope3-dev | 19:49 | |
*** J1m has quit IRC | 19:59 | |
*** jfroche__ has quit IRC | 20:09 | |
*** philiKON has joined #zope3-dev | 20:17 | |
*** jodok has quit IRC | 20:18 | |
*** jinty has joined #zope3-dev | 20:24 | |
*** jodok has joined #zope3-dev | 20:30 | |
*** dunny has joined #zope3-dev | 20:40 | |
*** jikanter has joined #zope3-dev | 20:40 | |
*** Londo has quit IRC | 20:42 | |
*** naro has quit IRC | 20:56 | |
*** pcardune has quit IRC | 21:01 | |
*** philiKON has quit IRC | 21:06 | |
*** Londo has joined #zope3-dev | 21:13 | |
*** philiKON has joined #zope3-dev | 21:14 | |
*** jikanter has quit IRC | 21:24 | |
*** pelle_ has joined #zope3-dev | 21:25 | |
*** norro has joined #zope3-dev | 21:28 | |
*** schwendinger has joined #zope3-dev | 21:34 | |
*** redir has joined #zope3-dev | 21:55 | |
*** projekt01 has joined #zope3-dev | 22:01 | |
*** redir has quit IRC | 22:16 | |
*** schwendinger has quit IRC | 22:16 | |
*** alecm has joined #zope3-dev | 22:31 | |
*** alecm is now known as alecm|sprinting | 22:34 | |
*** alecm|sprinting has quit IRC | 22:39 | |
*** jinty has quit IRC | 22:49 | |
*** ignas has joined #zope3-dev | 23:04 | |
*** ignas has quit IRC | 23:09 | |
*** oferw has joined #zope3-dev | 23:17 | |
*** ignas has joined #zope3-dev | 23:21 | |
*** jhauser has quit IRC | 23:22 | |
*** ignas has quit IRC | 23:28 | |
*** norro has quit IRC | 23:42 | |
*** opetznick has quit IRC | 23:54 | |
*** romanofski has quit IRC | 23:58 |
Generated by irclog2html.py 2.15.1 by Marius Gedminas - find it at mg.pov.lt!