Jeff Zhang created ZEPPELIN-2712:
------------------------------------
Summary: Note is read twice
Key: ZEPPELIN-2712
URL: https://issues.apache.org/jira/browse/ZEPPELIN-2712
Project: Zeppelin
Issue Type: Improvement
Reporter: Jeff Zhang
In VFSNotebookRepo, when list method is called, NoteInfo will be returned.
Unfortunately, when we get NoteInfo, we would read the Note as well. That means
when we would read note twice. One is the list method, another is in the get
method. Overall there're 2 issues:
1. Note is read twice
2. Note is read when zeppelin is started. This is not necessary. Actually we
only need to get the basic info of Note (like id, title), content is not
needed. We only need to read the note when user open the note. IIUC, NoteInfo
is for the basic info of Note, not include the note content.
\cc [~moon] [~khalidhuseynov]
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)