Hi Simon,
you can use include() and exclude() functions. Example:

select expand( @this.exclude( 'password' ) ) from OUser

Or the opposite:

select expand( @this.include( 'name' ) ) from OUser

For more information look at:

http://www.orientechnologies.com/docs/last/orientdb.wiki/SQL-Methods.html#exclude

Lvc@



On 27 August 2014 18:04, Simon L <[email protected]> wrote:

> Just a note, I tested the speed of these 2 in the console:
>
> load record #5:32
> ---> EXTREMELY FAST! Basically instant.
>
> select from #5:32
> ---> Much slower: 0.222s
>
> Still, I'd need to filter it so maybe there's no way?
>
> --
>
> ---
> 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 [email protected].
> For more options, visit https://groups.google.com/d/optout.
>

-- 

--- 
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to