You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@asterixdb.apache.org by "ASF subversion and git services (JIRA)" <ji...@apache.org> on 2015/11/23 18:08:10 UTC

[jira] [Commented] (ASTERIXDB-1059) fileHandles are lazy when they could be eager, and fileID to name maps are not cleared appropriately.

    [ https://issues.apache.org/jira/browse/ASTERIXDB-1059?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15022476#comment-15022476 ] 

ASF subversion and git services commented on ASTERIXDB-1059:
------------------------------------------------------------

Commit 1a659da1f05faa630c35c10fa0f3af3c2053ed40 in incubator-asterixdb-hyracks's branch refs/heads/master from [~imaxon]
[ https://git-wip-us.apache.org/repos/asf?p=incubator-asterixdb-hyracks.git;h=1a659da ]

Make LSM bulkload append-only and write-once.

Allows for usage of LSM indexes with underlying storage that is append-only.
This also results in a small improvement for LSM component bulk load speed.

- Tree metadata (filters, etc) now lie at the back of the tree file in
  append-only mode.
-- Note that you should *not* ever give the append-only flag on bulk-load,
   if the tree is ever to be modified in place.
- Append-only operations bypass the buffer cache for writes, but utilize
  the buffer cache for memory allocation and reads.
- Addresses ASTERIXDB-1059

Change-Id: I80fb891b5310252143854a336b591bf3f8cd4ba7
Reviewed-on: https://asterix-gerrit.ics.uci.edu/255
Tested-by: Jenkins <je...@fulliautomatix.ics.uci.edu>
Reviewed-by: Young-Seok Kim <ki...@gmail.com>
Reviewed-by: Murtadha Hubail <hu...@gmail.com>


> fileHandles are lazy when they could be eager, and fileID to name maps are not cleared appropriately.
> -----------------------------------------------------------------------------------------------------
>
>                 Key: ASTERIXDB-1059
>                 URL: https://issues.apache.org/jira/browse/ASTERIXDB-1059
>             Project: Apache AsterixDB
>          Issue Type: Bug
>          Components: AsterixDB, Storage
>            Reporter: asterixdb-importer
>            Assignee: Ian Maxon
>            Priority: Minor
>
> fileHandles are lazy when they could be eager, and fileID to name maps are not cleared appropriately.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)