Hi,
MVStore.compactRewriteFully() was removed in the most recent version of the
MVStore.
What is the best equivalent?
compactMoveChunks() ?
Thanks,
Dan
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To unsubscribe from this
Right. And you are correct: I do not get the error when running H2 in my
application. However, I wanted to run the H2 console and I did that by
running the jar directly. That is where I get the error.
On Thu, Jan 3, 2019 at 6:48 AM Noel Grandin wrote:
> ah, this is the gatekeeper thing you are
Had hoped to use H2. It would be nice if the jar was properly identified so
it doesn't get excluded by (corporate) Mac security settings.
I know I can fork and build it myself, but that doesn't scale to my team
and means we are forever tracking H2 releases.
Is there a reason to package it as uni
Is there an artifact server somewhere with SNAPSHOT releases I can point at?
Or I would just have to build it locally?
Thanks,
Dan
On Wednesday, August 8, 2018 at 9:33:29 AM UTC-5, Andrei Tokar wrote:
>
> Hi Dan,
>
> MVStore code has undergone significant changes since
Thanks for this tip, by the way - I wouldn't have guessed it, but this
off-line compaction works _far_ better than anything I tried online.
Dan
On Thursday, August 2, 2018 at 8:24:12 PM UTC-5, Andrei Tokar wrote:
>
> Hi Dan,
>
> I think that
>
> MVStoreTool.compact(
hat can I do to prevent this from happening? Do you want me to file a bug
report? I would have thought that committing and flushing would have also
flushed the background writer... but apparently not... is there some way to
sync and flush the background writer?
Thanks,
Dan
--
You received
igger than I expect.
Basically, I'm trying to shut the system down in a state where the DB is as
small as possible, so I can zip it and package it.
Thanks,
Dan
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To unsubscribe from
are happening, it
breaks the MVStore pretty reliably, per the other thread I started. So
there are obviously some multi-threading issues in the 1.4.197 line.
I could do some testing at some point with your trunk code, if you want me
to see if the multithread issues are fixed in trunk.
Thanks,
Dan
g
compactMoveChunks() ? Perhaps, I should block my own threads prior to
calling it, so I know that no operations are hitting it?
I can provide instructions / code (its opensource) to reproduce this, but
its not a simple test case, if you want to try to get to the bottom of it.
Thanks,
Dan
--
You r
it work to set it to 0?
Or, do I also need to call store.compactMoveChunks() at some interval?
Thanks,
Dan
On Thursday, June 28, 2018 at 5:18:25 AM UTC-5, Thomas Mueller Graf wrote:
>
> Hi,
>
> > not interrupting is easier said than done with other libra
looks like that class is only included in the H2 jar file?
If MV Store is what gets broken, why isn't the fix / workaround included in
the MV Store jar?
This issue / workaround might be a good thing to add to the FAQ, as well.
Thanks,
Dan
--
You received this message because you are subs
can't set the versions variable during the Builder pattern for
configuring the store. But maybe that doesn't make sense.
Thanks,
Dan
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To unsubscribe from this group and stop r
Is there any other place I could look
for additional documentation / details on the MV Store? It does
use this mailing list, I assume?
Thanks,
Dan
On 06/23/2016 01:41 AM, Dan wrote:
Hi
e
encountered a very similar issue, where performance is much slower with the
current versions (1.4.188 through 1.4.192) than it was with older versions.
Thanks,
Dan
--
View this message in context:
http://h2-database.66688.n3.nabble.com/NPE-performance-degradation-with-version-1-4-185-tp40309
emented in response to an explicit commit()
call?
I also noticed that you can't set the versions variable during the Builder
pattern for configuring the store. But maybe that doesn't make sense.
Thanks,
Dan
--
You received this message because you are subscribed to the Google Groups
s "Incompatible with Secondary Licenses". (See below.)
We would like to distribute H2 with a bunch of GPL code. Thomas, would you be
willing to again consider updating the license to MPL 2.0?
Thanks very much,
Dan
---
For details about why the redistribution upgrade doesn't create
an Windows XP,
> Linux, Mac OS X, or JVMs other than Sun 1.5 or 1.6; the feature
> MULTI_THREADED; the features AUTO_SERVER and AUTO_RECONNECT; the file
> locking method 'Serialized'.
>
> So I suggest to upgrade to a more recent version of H2.
>
> Regards,
> Th
on a?
CREATE INDEX t(a)
or is INDEX t(a) redundant and subsumed by CREATE INDEX t(a, b)?
Thanks,
Dan
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to h
Hello,
I am using H2 1.3.150 and I'm trying to connect to it whenever I start my
application ( running on java 1.6.0_37 ), but after a restart of my
application I wasn't able to connect to it anymore ( neither from my app
and neither form the H2 Console ).
The exception I get is :
Caused by:
Trying to reverse engineer an H2 db using postgres ODBC (V8.2 and up),
seems that the pg_catalog is not fully compatible with the pgodbc
(tried with V8.2 to 9).
Views are missing fields, functions missing from the schema
pg_catalog.
Here two such errors:
[14.859]ERROR from backend during send_query
for DEFAULT_MAX_LENGTH_INPLACE_LOB in
INFORMATION_SCHEMA.SETTINGS.
Thanks!
Dan
--
You received this message because you are subscribed to the Google Groups "H2
Database" group.
To post to this group, send email to h2-database@googlegroups.com.
To unsubscribe from this group, send email t
On Tue, Jul 28, 2009 at 10:53 AM, bob mcgee wrote:
>
> Dan,
> If you can give a little more info about the queries, indexes, and
> table structures, I may be able to suggest why the indexes aren't
> being used.
>
> The most likely culprits are:
> Not having u
officially support H2 as a new database, I'll have to
either rework them in such a way that H2 can use the indexes, or dig
into H2's code a bit, and try to figure out why it isn't using the
indexes.
Thanks,
Dan
--~--~-~--~~~---~--~~
You received thi
be
passed in. I'm assuming that it treats the number as MB? But I'm
just guessing
Thanks for all the work on H2,
Dan
--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups "H2
Database" group.
24 matches
Mail list logo