[ https://issues.apache.org/jira/browse/TINKERPOP3-550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14507547#comment-14507547 ]
stephen mallette commented on TINKERPOP3-550: --------------------------------------------- When we do this one, does it mean we can drop the "temp file" from Gryo? In other words, you use OLTP style when it all fits in memory (thus no temp file needed) and OLAP when it does not? > Gremlin IO needs to support both OLTP and OLAP naturally. > --------------------------------------------------------- > > Key: TINKERPOP3-550 > URL: https://issues.apache.org/jira/browse/TINKERPOP3-550 > Project: TinkerPop 3 > Issue Type: Improvement > Components: io > Reporter: Marko A. Rodriguez > Assignee: stephen mallette > > {code:java} > g.io().writeKryo().submit(g.compute()) > {code} > ...something like that so its easy for people to use OLAP bulk writers and > readers that are coming down the line. right now {{Graph.io()}} is pretty > hardcoded to OLTP and generalizing it would be nice so its useful for > databases at scsale. -- This message was sent by Atlassian JIRA (v6.3.4#6332)