Skip to content

Guidance on how to log to a message queue for slow data stores #11801

@Fniz

Description

@Fniz

Can you give me more precision regarding this sentence : "If your logging data store is slow, don't write to it directly. Consider writing the log messages to a fast store initially, then move them to the slow store later. For example, log to a message queue that's read and persisted to slow storage by another process."

I want to store log in SQL server, so I suppose it's a slow data store. So I would like what you mean by "log to a message queue". Do you reffer to RabbitMQ for example ?

Yours sincerely,


Document Details

Do not edit this section. It is required for docs.microsoft.com ➟ GitHub issue linking.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions