Groups
Conversations
All groups and messages
Send feedback to Google
Help
Training
Sign in
Groups
OrientDB
Conversations
Labels
2_0_6
API
Auto
BI
Browser
C
CRUD
Chinese
Content
DBvisualizer
DML
Datascience
Date
Documentation
Finance
HttpSession
Insert
InternetExplorer
JSON
Jetty
Key-Vaue
Mathematica
NUnit
Nim
NodeJS
OCommandSQL
ODatabaseException
OObjectProxy
ORM
OSQLSynchQuery
OStorageRemote
Play
R
RDBM
REST
SEL
SSL
Server
Session
Spring
Spring-data
Staffing
Studio
UTC
Update
VS2012
WAL
WrongTargetException
XML
access
add
am
amazon
analytics
ancestor
announcement
any
array
astar
atomicy
authentication
automation
aws
backup
basics
batch
benchmark
bfs
bigdata
binary
binding
bug
build
bulbs
business
cache
cassandra
centos
change
chat
class
classloading
cloud
cluster
clusters
collection
comparison
compositeIndex
concurrency
configuration
connect
connection
console
contains
contributing
copydatabase
corruption
count
crash
create
csv
data
database
dates
datetime
db
default
delete
deserialization
difference
dijkstra
disconnect
discussion
disk-cache
distinct
distributed
django
docs
document
documentpool
download
driver
dump
duplicates
dynamic
edge
edges
edited
edition
elasticsearch
embedded
enable
enterprise
error
etl
exception
exceptions
exclude
expand
export
extend
fail-over
fetchPlan
filesystem
filter
find
fulltext
function
functions
geojson
geospatial
gephi
get
git
graph
graphapi
graphml
gremlin
groovy
help
hibernate
historical
hook
html
i
import
improvement
inconsistency
index
indexes
infrastructure
input
insertion
install
installation
isssue
issue
java
javascript
javassist
jdbc
job
join
js
kafka
latency
let
library
license
lightweight
like
link
linkbag
linked
linklist
linkmap
linux
listener
live-query
lock
log
login
lucene
massive_insertion
match
math
memory
merge
migration
model
mongodb
move
multi-level
multiline
namespaces
native
neo4j
network
newbe
newbie
newline
no_duplicates
node
not
novice
nullpointer
object
objectapi
objectdatabase
ocf
oetl
olap
optimisation
orb
order
orestricted
orie
orient
orient-spring-tx
orientdb
orientdb-spatial
orientjs
oriento
orinetjs
osql
oteleporter
package
pagination
parsingresult
partitioned
paths
performance
pessimistic
phporient
pool
prepared
production
program
projection
property
protocol
proxy
publish-subscribe
put
pyorient
python
query
question
random
registration
relation
relational
relationships
remote
remove
rename
replica
restore
reuse
rid
rids
roles
rollback
ruby
sailsjs
sb-tree
sbt
scala
schema
schemaless
search
security
select
serialization
series
server-side
serverfunction
sharding
shortestPath
slow
socket
spatial
sql
statement
stored
subquery
synchronous
syntax
time
timeOut
timeline
timeseries
token
transaction
traverse
trees
types
ubuntu
undirected
union
unique
unittest
update-edge
upgrade
upload
upsert
urgent
use-cases
uuid
value
version
vertex
visualization
waterline
weighted
where
while
windows
workbench
ycsb
About
Groups keyboard shortcuts have been updated
Dismiss
See shortcuts
OrientDB
1–20 of 8403
Mark all as read
Report group
0 selected
Suhas
5/14/19
Q&A
How to use analyzers in Lucene Index
I have a class whose field "title" needs to be pre-tokenized by an underscore instead of
unread,
fulltext
index
lucene
orientdb
Q&A
How to use analyzers in Lucene Index
I have a class whose field "title" needs to be pre-tokenized by an underscore instead of
5/14/19
John
,
Enrico Risa
5
6/14/17
Q&A
Orientdb query geospatial bad result
METADATA PROPERTIES @rid @version @class id idTag tagName xy z date type z2 #21:536 1 Tabz 142 973
unread,
geospatial
index
orientdb
orientdb-spatial
query
Q&A
Orientdb query geospatial bad result
METADATA PROPERTIES @rid @version @class id idTag tagName xy z date type z2 #21:536 1 Tabz 142 973
6/14/17
John J. Szucs
, …
Andrey Lomakin
16
5/18/17
Q&A
Indices and Memory Usage
Sure, take care of yourself and be healthy )). On Thu, May 18, 2017 at 2:14 PM John J. Szucs <john
unread,
index
memory
Q&A
Indices and Memory Usage
Sure, take care of yourself and be healthy )). On Thu, May 18, 2017 at 2:14 PM John J. Szucs <john
5/18/17
John J. Szucs
,
Luigi Dell'Aquila
4
12/23/16
Q&A
Optimizing Queries for a Prefix Tree
Ah yes, sure, the second WHERE should be an AND ;-) Happy to see it helped Luigi 2016-12-23 16:06 GMT
unread,
index
optimisation
performance
query
Q&A
Optimizing Queries for a Prefix Tree
Ah yes, sure, the second WHERE should be an AND ;-) Happy to see it helped Luigi 2016-12-23 16:06 GMT
12/23/16
Hung Tran
, …
David López Pérez
8
5/19/16
Q&A
The query execution is unstable, sometimes fetch more data
Hi Luca, I have deployed a new instance on Ubuntu 14.04 and redo tests, the performance is stable and
unread,
bug
index
performance
query
Q&A
The query execution is unstable, sometimes fetch more data
Hi Luca, I have deployed a new instance on Ubuntu 14.04 and redo tests, the performance is stable and
5/19/16
David López Pérez
,
Ivan Mainetti
3
5/11/16
Q&A
How to speed up OrderBy with Where
Hello Ivan, This query... SELECT FROM Contact WHERE (OwnedBy.EntityInfo.State <> 200) AND (
unread,
index
order
where
Q&A
How to speed up OrderBy with Where
Hello Ivan, This query... SELECT FROM Contact WHERE (OwnedBy.EntityInfo.State <> 200) AND (
5/11/16
K Major
,
alessand...@gmail.com
4
4/15/16
Q&A
Multiple Index on the same property
Hi, you can try with the following code. OrientGraphNoTx g = new OrientGraphNoTx(path); OClass person
unread,
index
Q&A
Multiple Index on the same property
Hi, you can try with the following code. OrientGraphNoTx g = new OrientGraphNoTx(path); OClass person
4/15/16
Hung Tran
,
alessand...@gmail.com
3
1/20/16
Q&A
OIndexException: Null keys are not supported
Hi Alessandro, The query is still working, but that is using a cluster scan (not using index). It
unread,
error
index
schema
Q&A
OIndexException: Null keys are not supported
Hi Alessandro, The query is still working, but that is using a cluster scan (not using index). It
1/20/16
Hung Tran
,
alessand...@gmail.com
5
1/11/16
Q&A
how could I create index with META by using JavaAPI?
Hi, I would like to confirm, that code is not working for a LINK in OrientDB 1.7.8, but it's
unread,
API
index
Q&A
how could I create index with META by using JavaAPI?
Hi, I would like to confirm, that code is not working for a LINK in OrientDB 1.7.8, but it's
1/11/16
Ran Mizrachi
, …
SavioL
10
8/11/15
Q&A
Index is not being updated after insert
Having experienced the same situation in another machine and having seen that it works is a good road
unread,
index
Q&A
Index is not being updated after insert
Having experienced the same situation in another machine and having seen that it works is a good road
8/11/15
André Marques
, …
Luca Garulli
8
7/12/15
Q&A
Trying to get the last 20 edges from a vertex
Resolved by executing these SQL commands: create property out_Photos LINKLIST alter property User.
unread,
help
index
query
Q&A
Trying to get the last 20 edges from a vertex
Resolved by executing these SQL commands: create property out_Photos LINKLIST alter property User.
7/12/15
pruthvi nagalla
2
6/16/15
Q&A
check index is existing in class.
On Tuesday, June 16, 2015 at 11:44:05 AM UTC+5:30, pruthvi nagalla wrote: Hi everyone, How to know
unread,
index
Q&A
check index is existing in class.
On Tuesday, June 16, 2015 at 11:44:05 AM UTC+5:30, pruthvi nagalla wrote: Hi everyone, How to know
6/16/15
BK
,
Andrey Lomakin
3
5/27/15
Q&A
Index stores temporary RIDs for vertices created in transaction (remote storage)
Yes, it's: https://github.com/orientechnologies/orientdb/issues/4232 On Wednesday, May 27, 2015
unread,
bug
index
transaction
Q&A
Index stores temporary RIDs for vertices created in transaction (remote storage)
Yes, it's: https://github.com/orientechnologies/orientdb/issues/4232 On Wednesday, May 27, 2015
5/27/15
Vitor Enes Duarte
, …
Luca Garulli
14
4/7/15
Q&A
Indexed query takes 25s
And if the edges are load in a lazy way, there's no need to define the fetchplan above, right?
unread,
index
Q&A
Indexed query takes 25s
And if the edges are load in a lazy way, there's no need to define the fetchplan above, right?
4/7/15
PRAMIT DAS
3/17/15
Q&A
Issue in inserting index data in remote mode
Hi, I am obtaining the following error stack trace while trying to insert index in remote mode.
unread,
Insert
index
issue
Q&A
Issue in inserting index data in remote mode
Hi, I am obtaining the following error stack trace while trying to insert index in remote mode.
3/17/15
Riccardo Tasso
2
3/11/15
Q&A
Possibile bug in OIndexFullText, please help me reproducing it
Any idea please? Riccardo 2015-03-04 17:36 GMT+01:00 Riccardo Tasso <riccard...@gmail.com>:
unread,
bug
help
index
orientdb
Q&A
Possibile bug in OIndexFullText, please help me reproducing it
Any idea please? Riccardo 2015-03-04 17:36 GMT+01:00 Riccardo Tasso <riccard...@gmail.com>:
3/11/15
Craig Berry
2/23/15
Q&A
Traverse and text index
Is it possible to construct a query that uses traverse and lucene text parameter in the where clause?
unread,
graph
index
search
sql
Q&A
Traverse and text index
Is it possible to construct a query that uses traverse and lucene text parameter in the where clause?
2/23/15
Tobie Morgan Hitchcock
2/20/15
Q&A
@class or @type in composite key indexes
Hi Just wondering if there is any way of using the @class or @type fields in a composite key index?
unread,
index
indexes
Q&A
@class or @type in composite key indexes
Hi Just wondering if there is any way of using the @class or @type fields in a composite key index?
2/20/15
Craig Berry
,
ste...@activitystream.com
2
2/20/15
Q&A
Full text index on all fields
Hi, There is not. I think some improvements, that might allow you todo that, are on the roadmap for
unread,
fulltext
index
Q&A
Full text index on all fields
Hi, There is not. I think some improvements, that might allow you todo that, are on the roadmap for
2/20/15
Tobie Morgan Hitchcock
,
Keith Freeman
4
2/12/15
Q&A
Index optimisation
I think there might be another issue with indexing... Doing a COUNT in sql uses the index, but still
unread,
index
optimisation
orientdb
Q&A
Index optimisation
I think there might be another issue with indexing... Doing a COUNT in sql uses the index, but still
2/12/15