这是indexloc提供的服务,不要输入任何密码
Skip to content

"latest" distribution not working properly working on update (or when transaction disabled also on insert) #640

@daschl

Description

@daschl

Hi folks,

while looking at different distributions I noticed that the "latest" distribution only works properly on insert, not on update. Specifically, in the CoreWorkload the acknowledge is only called on insert, which means next keynum won't move forward properly on update.

I think it makes total sense to have the "latest" distribution also work on update, consider the use case where you are replacing a document in the database (which makes it likely being used right now) and soon afterwards you need to retrieve it back.

Also, relatedly I noticed that only if doTransactions is active it will perform the acknowledge too, I believe it also needs to be done in the non-transactional case. At least thats how it is now done on the YCSB/YCSB fork.

Is that a reasonable request?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions