You can subscribe to this list here.
2009 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(22) |
Nov
(85) |
Dec
(20) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2010 |
Jan
(47) |
Feb
(127) |
Mar
(268) |
Apr
(78) |
May
(47) |
Jun
(38) |
Jul
(131) |
Aug
(221) |
Sep
(187) |
Oct
(54) |
Nov
(111) |
Dec
(84) |
2011 |
Jan
(152) |
Feb
(106) |
Mar
(94) |
Apr
(90) |
May
(53) |
Jun
(20) |
Jul
(24) |
Aug
(37) |
Sep
(32) |
Oct
(70) |
Nov
(22) |
Dec
(15) |
2012 |
Jan
(33) |
Feb
(110) |
Mar
(24) |
Apr
(1) |
May
(11) |
Jun
(8) |
Jul
(12) |
Aug
(37) |
Sep
(39) |
Oct
(81) |
Nov
(38) |
Dec
(50) |
2013 |
Jan
(23) |
Feb
(53) |
Mar
(23) |
Apr
(5) |
May
(19) |
Jun
(16) |
Jul
(16) |
Aug
(9) |
Sep
(21) |
Oct
(1) |
Nov
(2) |
Dec
(8) |
2014 |
Jan
(16) |
Feb
(6) |
Mar
(27) |
Apr
(1) |
May
(10) |
Jun
(1) |
Jul
(4) |
Aug
(10) |
Sep
(19) |
Oct
(22) |
Nov
(4) |
Dec
(6) |
2015 |
Jan
(3) |
Feb
(6) |
Mar
(9) |
Apr
|
May
(11) |
Jun
(23) |
Jul
(14) |
Aug
(10) |
Sep
(10) |
Oct
(9) |
Nov
(18) |
Dec
(4) |
2016 |
Jan
(5) |
Feb
(5) |
Mar
|
Apr
(2) |
May
(15) |
Jun
(2) |
Jul
(8) |
Aug
(2) |
Sep
(6) |
Oct
|
Nov
|
Dec
|
2017 |
Jan
(2) |
Feb
(12) |
Mar
(22) |
Apr
(6) |
May
|
Jun
|
Jul
(1) |
Aug
(1) |
Sep
(5) |
Oct
(2) |
Nov
|
Dec
|
2018 |
Jan
(2) |
Feb
|
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
(3) |
Aug
|
Sep
(7) |
Oct
(19) |
Nov
|
Dec
|
2021 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
(1) |
Nov
|
Dec
|
2022 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Masoud V. <ma...@gm...> - 2016-07-25 04:00:26
|
now, about 320,000 documents and 3,000 sub collections. On Sun, Jul 24, 2016 at 6:59 PM, Joe Wicentowski <jo...@gm...> wrote: > Just curious - about how many documents/subcollections are in the > collection in question? > > On Sun, Jul 24, 2016 at 10:16 AM, Masoud Vakili <ma...@gm...> wrote: > >> default value is 128mb and in the bellow link said >> >>> Usually this setting does not need to be changed unless you really have >>> more than a few thousand collections in the db. Increase it carefully, >>> maybe up to 128M. >> >> http://exist-db.org/exist/apps/doc/configuration.xml >> >> I changed it to 256mb, but it had no effect. continue increasing? >> >> On Sun, Jul 24, 2016 at 6:30 PM, Wolfgang Meier <wol...@ex...> >> wrote: >> >>> > this function is high dependence on documents count. when The number >>> of documents is large, the collection function not optimized and will be >>> slow (200ms). >>> > how can I improve its execution? >>> >>> Please try to increase the collectionCache setting in conf.xml >>> >>> Wolfgang >> >> >> > |
From: Joe W. <jo...@gm...> - 2016-07-24 14:30:22
|
Just curious - about how many documents/subcollections are in the collection in question? On Sun, Jul 24, 2016 at 10:16 AM, Masoud Vakili <ma...@gm...> wrote: > default value is 128mb and in the bellow link said > >> Usually this setting does not need to be changed unless you really have >> more than a few thousand collections in the db. Increase it carefully, >> maybe up to 128M. > > http://exist-db.org/exist/apps/doc/configuration.xml > > I changed it to 256mb, but it had no effect. continue increasing? > > On Sun, Jul 24, 2016 at 6:30 PM, Wolfgang Meier <wol...@ex...> > wrote: > >> > this function is high dependence on documents count. when The number of >> documents is large, the collection function not optimized and will be slow >> (200ms). >> > how can I improve its execution? >> >> Please try to increase the collectionCache setting in conf.xml >> >> Wolfgang > > > |
From: Masoud V. <ma...@gm...> - 2016-07-24 14:16:44
|
default value is 128mb and in the bellow link said > Usually this setting does not need to be changed unless you really have > more than a few thousand collections in the db. Increase it carefully, > maybe up to 128M. http://exist-db.org/exist/apps/doc/configuration.xml I changed it to 256mb, but it had no effect. continue increasing? On Sun, Jul 24, 2016 at 6:30 PM, Wolfgang Meier <wol...@ex...> wrote: > > this function is high dependence on documents count. when The number of > documents is large, the collection function not optimized and will be slow > (200ms). > > how can I improve its execution? > > Please try to increase the collectionCache setting in conf.xml > > Wolfgang |
From: Wolfgang M. <wol...@ex...> - 2016-07-24 14:00:48
|
> this function is high dependence on documents count. when The number of documents is large, the collection function not optimized and will be slow (200ms). > how can I improve its execution? Please try to increase the collectionCache setting in conf.xml Wolfgang |
From: Masoud V. <ma...@gm...> - 2016-07-24 13:58:15
|
eXist-db v2.2 this function is high dependence on documents count. when The number of documents is large, the collection function not optimized and will be slow (200ms). how can I improve its execution? On Sun, Jul 24, 2016 at 6:13 PM, Joe Wicentowski <jo...@gm...> wrote: > Hi Masoud, > > > the collection function is heavily dependent on its documents subset path > > and is very slow (for example 200 ms)! > > I'm not quite following what you mean by "heavily dependent on its > documents subset path." Could you explain this in a bit more detail? > Also, which eXist version? > > Joe > |
From: Joe W. <jo...@gm...> - 2016-07-24 13:43:50
|
Hi Masoud, > the collection function is heavily dependent on its documents subset path > and is very slow (for example 200 ms)! I'm not quite following what you mean by "heavily dependent on its documents subset path." Could you explain this in a bit more detail? Also, which eXist version? Joe |
From: Masoud V. <ma...@gm...> - 2016-07-24 12:53:05
|
Hi all, the collection function is heavily dependent on its documents subset path and is very slow (for example 200 ms)! is there any way for improve performance? (my CollectionCache is 128M and I tested 250M too, but it had no effect) Please help me. |
From: Dmitriy S. <sha...@gm...> - 2016-06-22 11:35:04
|
yes, here <https://github.com/eXist-db/exist/blob/develop/log4j2.xml#L218> On Wed, Jun 22, 2016 at 4:17 PM, Masoud Vakili <ma...@gm...> wrote: > Does eXist-db have log-level config? (info, error, debug, ...) > > > ------------------------------------------------------------------------------ > Attend Shape: An AT&T Tech Expo July 15-16. Meet us at AT&T Park in San > Francisco, CA to explore cutting-edge tech and listen to tech luminaries > present their vision of the future. This family event has something for > everyone, including kids. Get more information and register today. > http://sdm.link/attshape > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development > > -- Dmitriy Shabanov |
From: Masoud V. <ma...@gm...> - 2016-06-22 11:17:37
|
Does eXist-db have log-level config? (info, error, debug, ...) |
From: Dmitriy S. <sha...@gm...> - 2016-05-05 23:33:52
|
Here the PR https://github.com/eXist-db/exist/pull/996 On Thu, May 5, 2016 at 7:47 PM, Adam Retter <ad...@ex...> wrote: > AFAIK it is broken. When it did work it was hideously slow. > > Also I don't believe anyone is really using it anymore, so it would > probably be better just to remove it as a dead-feature. > > On 5 May 2016 at 11:28, Dmitriy Shabanov <sha...@gm...> wrote: > > Hi, > > > > Is XACML in use this days? If no I can make PR to cleanup it. > > > > -- > > Dmitriy Shabanov > > > > > ------------------------------------------------------------------------------ > > Find and fix application performance issues faster with Applications > Manager > > Applications Manager provides deep performance insights into multiple > tiers > > of > > your business applications. It resolves application problems quickly and > > reduces your MTTR. Get your free trial! > > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > > _______________________________________________ > > Exist-development mailing list > > Exi...@li... > > https://lists.sourceforge.net/lists/listinfo/exist-development > > > > > > -- > Adam Retter > > eXist Developer > { United Kingdom } > ad...@ex... > irc://irc.freenode.net/existdb > -- Dmitriy Shabanov |
From: Adam R. <ad...@ex...> - 2016-05-05 16:47:14
|
AFAIK it is broken. When it did work it was hideously slow. Also I don't believe anyone is really using it anymore, so it would probably be better just to remove it as a dead-feature. On 5 May 2016 at 11:28, Dmitriy Shabanov <sha...@gm...> wrote: > Hi, > > Is XACML in use this days? If no I can make PR to cleanup it. > > -- > Dmitriy Shabanov > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications Manager > Applications Manager provides deep performance insights into multiple tiers > of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development > -- Adam Retter eXist Developer { United Kingdom } ad...@ex... irc://irc.freenode.net/existdb |
From: Dmitriy S. <sha...@gm...> - 2016-05-05 15:28:12
|
Hi, Is XACML in use this days? If no I can make PR to cleanup it. -- Dmitriy Shabanov |
From: Adam R. <ad...@ex...> - 2016-05-04 16:16:56
|
Thanks I handn't seen that :-) On 4 May 2016 at 09:47, Dmitriy Shabanov <sha...@gm...> wrote: > There is setting for it > > [image: Inline image 1] > > Well, no worries if everyone is happy. > > On Wed, May 4, 2016 at 4:31 PM, Adam Retter <ad...@ex...> wrote: > >> I find that if you are just visiting a gitter room for a one off thing, >> then you receive emails about that room for ever more >> On 4 May 2016 8:24 am, "Dannes Wessels" <da...@ex...> wrote: >> >>> I found the gitter guys very pushy and almost spammy in their approach; >>> that made me turn away from that company.... >>> >>> is it good at all? >>> >>> On Sun, May 1, 2016 at 8:52 PM, Wolfgang Meier <wol...@ex...> >>> wrote: >>> >>>> Do anyone use use https://gitter.im/? >>>> >>>> >>>> We tried gitter.im as well as slack before deciding to use hip chat >>>> for eXistdb and eXistSolutions. I can’t remember which factors finally made >>>> us to decide for hipchat, but we now use it for all of our team >>>> coordination and customer chats. So while I’m not against moving to gitter >>>> in principle, it would cause some overhead. >>>> >>> > > -- > Dmitriy Shabanov > -- Adam Retter eXist Developer { United Kingdom } ad...@ex... irc://irc.freenode.net/existdb |
From: Dmitriy S. <sha...@gm...> - 2016-05-04 13:47:48
|
There is setting for it [image: Inline image 1] Well, no worries if everyone is happy. On Wed, May 4, 2016 at 4:31 PM, Adam Retter <ad...@ex...> wrote: > I find that if you are just visiting a gitter room for a one off thing, > then you receive emails about that room for ever more > On 4 May 2016 8:24 am, "Dannes Wessels" <da...@ex...> wrote: > >> I found the gitter guys very pushy and almost spammy in their approach; >> that made me turn away from that company.... >> >> is it good at all? >> >> On Sun, May 1, 2016 at 8:52 PM, Wolfgang Meier <wol...@ex...> >> wrote: >> >>> Do anyone use use https://gitter.im/? >>> >>> >>> We tried gitter.im as well as slack before deciding to use hip chat for >>> eXistdb and eXistSolutions. I can’t remember which factors finally made us >>> to decide for hipchat, but we now use it for all of our team coordination >>> and customer chats. So while I’m not against moving to gitter in principle, >>> it would cause some overhead. >>> >> -- Dmitriy Shabanov |
From: Joe W. <jo...@gm...> - 2016-05-04 13:33:20
|
> Yeap, main reason for me is that it keep chat history. I do not know what do > you mean by "spammy". Right now it possible to set "notification level". I just used HipChat to search the chat history; it did a good job. There's some ability to set notifications; see https://confluence.atlassian.com/hipchat/get-and-set-notifications-744328124.html. I find that in order to properly receive notifications on a device I have to quit the app on all of my other devices. Joe |
From: Adam R. <ad...@ex...> - 2016-05-04 13:31:24
|
I find that if you are just visiting a gitter room for a one off thing, then you receive emails about that room for ever more On 4 May 2016 8:24 am, "Dannes Wessels" <da...@ex...> wrote: > I found the gitter guys very pushy and almost spammy in their approach; > that made me turn away from that company.... > > is it good at all? > > On Sun, May 1, 2016 at 8:52 PM, Wolfgang Meier <wol...@ex...> > wrote: > >> Do anyone use use https://gitter.im/? >> >> >> We tried gitter.im as well as slack before deciding to use hip chat for >> eXistdb and eXistSolutions. I can’t remember which factors finally made us >> to decide for hipchat, but we now use it for all of our team coordination >> and customer chats. So while I’m not against moving to gitter in principle, >> it would cause some overhead. >> >> Wolfgang >> >> >> ------------------------------------------------------------------------------ >> Find and fix application performance issues faster with Applications >> Manager >> Applications Manager provides deep performance insights into multiple >> tiers of >> your business applications. It resolves application problems quickly and >> reduces your MTTR. Get your free trial! >> https://ad.doubleclick.net/ddm/clk/302982198;130105516;z >> _______________________________________________ >> Exist-development mailing list >> Exi...@li... >> https://lists.sourceforge.net/lists/listinfo/exist-development >> >> > > > -- > eXist-db Native XML Database - http://exist-db.org > Join us on linked-in: http://www.linkedin.com/groups?gid=35624 > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications > Manager > Applications Manager provides deep performance insights into multiple > tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development > > |
From: Dannes W. <da...@ex...> - 2016-05-04 13:06:45
|
very aggressive marketing, filing automatically PRs for 1000's of projects, only reason is to push their (paid) product....... https://github.com/eXist-db/exist/pull/507 +1 for hipchat :-) On Wed, May 4, 2016 at 2:52 PM, Dmitriy Shabanov <sha...@gm...> wrote: > On Wed, May 4, 2016 at 3:24 PM, Dannes Wessels <da...@ex...> > wrote: > >> I found the gitter guys very pushy and almost spammy in their approach; >> that made me turn away from that company.... >> >> is it good at all? >> > > Yeap, main reason for me is that it keep chat history. I do not know what > do you mean by "spammy". Right now it possible to set "notification level". > > -- > Dmitriy Shabanov > -- eXist-db Native XML Database - http://exist-db.org Join us on linked-in: http://www.linkedin.com/groups?gid=35624 |
From: Dmitriy S. <sha...@gm...> - 2016-05-04 12:52:18
|
On Wed, May 4, 2016 at 3:24 PM, Dannes Wessels <da...@ex...> wrote: > I found the gitter guys very pushy and almost spammy in their approach; > that made me turn away from that company.... > > is it good at all? > Yeap, main reason for me is that it keep chat history. I do not know what do you mean by "spammy". Right now it possible to set "notification level". -- Dmitriy Shabanov |
From: Dannes W. <da...@ex...> - 2016-05-04 12:24:34
|
I found the gitter guys very pushy and almost spammy in their approach; that made me turn away from that company.... is it good at all? On Sun, May 1, 2016 at 8:52 PM, Wolfgang Meier <wol...@ex...> wrote: > Do anyone use use https://gitter.im/? > > > We tried gitter.im as well as slack before deciding to use hip chat for > eXistdb and eXistSolutions. I can’t remember which factors finally made us > to decide for hipchat, but we now use it for all of our team coordination > and customer chats. So while I’m not against moving to gitter in principle, > it would cause some overhead. > > Wolfgang > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications > Manager > Applications Manager provides deep performance insights into multiple > tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > _______________________________________________ > Exist-development mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-development > > -- eXist-db Native XML Database - http://exist-db.org Join us on linked-in: http://www.linkedin.com/groups?gid=35624 |
From: Wolfgang M. <wol...@ex...> - 2016-05-04 09:52:56
|
> This would mean the db is corrupted. You best restore from backup into a clean data directory. Concrete it means the root element for that document could not be loaded, even though the document has an entry in the collection tree. This may not be severe since it seems to reside in /db/system/scheduler. Unfortunately there’s currently no function to retrieve the document’s name from the ID. Wolfgang |
From: W.S. H. <ws...@gm...> - 2016-05-04 09:38:26
|
This would mean the db is corrupted. You best restore from backup into a clean data directory. 2016-05-04 8:30 GMT+02:00 Masoud Vakili <ma...@gm...>: > no idea? > > On Tue, May 3, 2016 at 4:36 PM, Masoud Vakili <ma...@gm...> wrote: > >> Hi all, >> I have a schedule for every day backup. I'm found the following error at >> the end of log file, recently : >> COLLECTION: /db/system/scheduler >> DOCUMENT: 1000 of 10087 >> DOCUMENT: 2000 of 10087 >> DOCUMENT: 3000 of 10087 >> DOCUMENT: 4000 of 10087 >> DOCUMENT: 5000 of 10087 >> DOCUMENT: 6000 of 10087 >> DOCUMENT: 7000 of 10087 >> DOCUMENT: 8000 of 10087 >> DOCUMENT: 9000 of 10087 >> DOCUMENT: 10000 of 10087 >> DOCUMENT: 10087 of 10087 >> ---------------------------------------------- >> RESOURCE_ACCESS_FAILED: >> Failed to access document data >> Document ID: 4357 >> >> How can I found the mentioned document and resolve it?! >> >> thanks >> > > > > ------------------------------------------------------------------------------ > Find and fix application performance issues faster with Applications > Manager > Applications Manager provides deep performance insights into multiple > tiers of > your business applications. It resolves application problems quickly and > reduces your MTTR. Get your free trial! > https://ad.doubleclick.net/ddm/clk/302982198;130105516;z > _______________________________________________ > Exist-open mailing list > Exi...@li... > https://lists.sourceforge.net/lists/listinfo/exist-open > > -- W.S. Hager Lagua Web Solutions http://lagua.nl |
From: Masoud V. <ma...@gm...> - 2016-05-04 06:30:42
|
no idea? On Tue, May 3, 2016 at 4:36 PM, Masoud Vakili <ma...@gm...> wrote: > Hi all, > I have a schedule for every day backup. I'm found the following error at > the end of log file, recently : > COLLECTION: /db/system/scheduler > DOCUMENT: 1000 of 10087 > DOCUMENT: 2000 of 10087 > DOCUMENT: 3000 of 10087 > DOCUMENT: 4000 of 10087 > DOCUMENT: 5000 of 10087 > DOCUMENT: 6000 of 10087 > DOCUMENT: 7000 of 10087 > DOCUMENT: 8000 of 10087 > DOCUMENT: 9000 of 10087 > DOCUMENT: 10000 of 10087 > DOCUMENT: 10087 of 10087 > ---------------------------------------------- > RESOURCE_ACCESS_FAILED: > Failed to access document data > Document ID: 4357 > > How can I found the mentioned document and resolve it?! > > thanks > |
From: Masoud V. <ma...@gm...> - 2016-05-03 12:07:09
|
Hi all, I have a schedule for every day backup. I'm found the following error at the end of log file, recently : COLLECTION: /db/system/scheduler DOCUMENT: 1000 of 10087 DOCUMENT: 2000 of 10087 DOCUMENT: 3000 of 10087 DOCUMENT: 4000 of 10087 DOCUMENT: 5000 of 10087 DOCUMENT: 6000 of 10087 DOCUMENT: 7000 of 10087 DOCUMENT: 8000 of 10087 DOCUMENT: 9000 of 10087 DOCUMENT: 10000 of 10087 DOCUMENT: 10087 of 10087 ---------------------------------------------- RESOURCE_ACCESS_FAILED: Failed to access document data Document ID: 4357 How can I found the mentioned document and resolve it?! thanks |
From: Wolfgang M. <wol...@ex...> - 2016-05-01 18:52:12
|
> Do anyone use use https://gitter.im/? <https://gitter.im/?> We tried gitter.im as well as slack before deciding to use hip chat for eXistdb and eXistSolutions. I can’t remember which factors finally made us to decide for hipchat, but we now use it for all of our team coordination and customer chats. So while I’m not against moving to gitter in principle, it would cause some overhead. Wolfgang |
From: Dmitriy S. <sha...@gm...> - 2016-04-30 19:02:50
|
Hi, Do anyone use use https://gitter.im/? I like it because it keeps history (for guests too). It also have good integration on OS level. Maybe it's good idea to switch there from hipchat.com? -- Dmitriy Shabanov |