ss works as
expected, but perhaps those who are more invested in mysql will view the
situation different.
-Adam
On Friday, September 22, 2017 at 9:42:49 AM UTC-4, Manabu Tokunaga wrote:
>
> Interesting discussions. I have been in many situations where "I've been
> acquired. Every
n that. But more clarity is important for the community.
-Adam
On Thursday, September 21, 2017 at 4:51:09 PM UTC-4, Hristo Stoyanov wrote:
>
> Luca- Congratulations!
>
> Now ti is very important to have an official announcement on the fate of
> the OrientDB Community Edit
Congrats
On Tuesday, September 19, 2017 at 3:11:16 PM UTC-4, l.garulli wrote:
>
> Hi guys,
>
> I'd like to share this amazing news with the community:
>
>
> http://orientdb.com/calliduscloud-acquires-orientdb-the-leading-multi-model-database-technology/
>
> Best Regards,
>
> Luca Garulli
> Founder
forcing more IO with cache
misses. Does OrientDB work similar, or is it prone to crash?
The numbers I typically see with OrientDB are heap and Direct sizes in in
the mutli-GB. How does OrientDb fare with a lower memory setting (I am
hoping it fares well, just runs slower-er)?
-Adam
n Nashorn. But this should be a good
starting point.
Best,
-Adam
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to orient-database+unsubscr...@goog
/nashorn/api.html#classfilter_introduction
You can pass the the ClassFilter to the engine, and control which classes
are visible to the script engine, I will see if I can create an example
that restricts System.exit().
-Adam
On Tuesday, September 12, 2017 at 10:01:22 AM UTC-4, l.garulli wrote
return native JS objects instead of
ODocuments, which is eaiser to deal with in Nashorn.
The Doc API is almost done, and later I can make the graph API. Let me
know if this is something that the community might want... or perhaps it is
already done I just did not see it.
Best,
-Adam
--
---
You
tead
OPartitionedDatabasePool pool = new OPartitionedDatabasePool(url ,
> "admin", "admin_passswrd");
> ODatabaseDocumentTx db = pool.acquire();
>
-Adam
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubs
Lugi,
You are welcome, happy to help! What is the best mechanism to provide
correction to errors in the docs? Is posting here sufficient? Or should I
open an issue on GitHub per each error?
-Adam
On Monday, September 4, 2017 at 8:56:59 AM UTC-4, Luigi Dell'Aquila wrote:
>
&
I think this can be fixed by just replacing OSQLQuery with OSQLSynchQuery
-Adam
On Saturday, September 2, 2017 at 5:32:12 PM UTC-4, ad...@cs.miami.edu
wrote:
>
> This code in the doc :
>
> List result = db.query(
>new OSQLQuery(
> "SELECT FROM Animal WHERE i
This code in the doc :
List result = db.query(
new OSQLQuery(
"SELECT FROM Animal WHERE id = 10
AND NAME LIKE 'G%'"
)
);
MY compiler is telling me that OSQLQuery is abstract and cannot be instanced.
https://orientdb.com/docs/2.2/Document-API-Documents.html
--
---
You recei
cent. How do I in one select get all the properties of the Person
> with the embedded House included as well.
>
> I thought Select *, expand(home) from Person would work but it only
> includes the expanded Home.
>
> Best,
>
> -Adam
>
--
---
You received this message b
erson would work but it only
includes the expanded Home.
Best,
-Adam
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to orient-database+unsubscr
harder to detect if
they do an application join, which I am frequently guilty of).
Best,
-Adam
On Saturday, August 26, 2017 at 7:58:02 PM UTC-4, l.garulli wrote:
>
> Hi Adam,
>
> Thanks for opening this topic :-)
>
> Most of the leaks, rants, etc. come from the same &quo
database
incorrectly (for example not understanding how the JVM works and then
thowing one's hands in the error when they get a heap error).
Best,
-Adam
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubscribe from this
Does anyone have video of this talk from this year's FOSDEM?
Thanks,
Adam
--
---
You received this message because you are subscribed to the Google Groups
"OrientDB" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to orient-da
ing to resolve inconsistencies.
I'd be greatly appreciative if a Orient guru could speak to whether or not
my assumption is correct.
Adam
On Thursday, August 13, 2015 at 7:19:51 AM UTC-7, Ran Mizrachi wrote:
>
> Hi,
>
> I'm running 2 VMs in Windows Azure cloud services.
>
any
additional information such as name, ID, location, birthday, ad infinitum
in the form of a JSON document. Does it matter which string is used to name
the vertices or is it simply a matter of personal preference?
Thanks for your time,
Adam Hunt
--
---
You received this message because you
While I've never used Rethink I can imagine more than a few real world use
cases where this functionality would be useful.
On Sunday, August 9, 2015 at 9:22:24 AM UTC-7, samp...@gmail.com wrote:
>
> Is there an equivalent to the r.http command in rethinkdb for orientdb?
>
> http://www.rethinkdb.c
The way I understand things, OrientDB is only capable of storing, parsing,
and relating JSON formatted data. While I generally prefer JSON to other
serizations is there any intrinsic reason that formats like XML or YAML
couldn't be supported?
Thanks,
Adam
--
---
You received this me
ikely others.
Would porting the OrientDB's existing documentation to Sphinx or some other
documentation generator be something that Orient Technologies and the
community would be interested in?
Thank you for your time,
Adam Hunt
[0] https://www.gitbook.com/
[1] http://sphinx-doc.org/
[
BTW, it looks like this is a known issue slated for fix in 2.0.5:
https://github.com/orientechnologies/orientdb/issues/3699.
On Monday, March 2, 2015 at 9:49:10 AM UTC-7, Jing Chen wrote:
>
> Hi OrientDB team,
>
> I am getting this error from the console when I try to create Lucene
> index. I us
I'm also getting this error when creating a Lucene index through Java, or
when rebuilding it. The index still creates properly and is queryable, but
I'd like to make sure I'm doing everything correctly. Can anyone shed some
light on this?
Here's the Java code where the index is created:
String
Thanks for your help! That did the trick.
I have a memory of plocal database access automatically creating a database
in some previous version of the library that I used. Was that changed?
Thanks again.
--
---
You received this message because you are subscribed to the Google Groups
"Orient
Hello!
Currently using 2.0.3.
I'm trying to initialize an embedded OrientGraphFactory with a plocal path
but I'm getting an OStorageException every time I attempt to spin up an
actual connection. Calling exists() on the factory returns false. Below is
the stack trace. I'd love it if anyone cou
,
Adam Wright
On Wednesday, 3 July 2013 12:23:33 UTC-4, Michael Woytowitz wrote:
>
> Hi Luca,
>
> Here is my opinion for what it is worth. I have some experience with
> start-ups in the US (no experience with Europe). Do agree that funding is
> a big factor in "getting o
26 matches
Mail list logo