SBMF provides a scalable approach to Bayesian matrix factorization. It uses Gibbs sampling for inference in a probabilistic matrix factorization model, with univariate Gaussian priors over the latent factors. This allows SBMF to have linear time and space complexity, unlike BPMF which has cubic time complexity. Experiments on movie rating datasets show SBMF achieves similar predictive performance to BPMF, while being significantly faster, especially for higher-dimensional latent spaces. SBMF provides a more scalable alternative to Bayesian matrix factorization.