SQLite for a RESTful web service

Patryk Golebiowski

Is SQLite suitable for a RESTful web service? It would handle a website with a moderate traffic (about 10 million requests per month). From what I've read SQLite is very underestimated and can be really performant. Is it performant enough to handle this with ease?

Edit: I am using .NET

user554538

The issue with SQLite isn't performance per se, but specifically performance with simultaneous queries. For just SELECT queries it could very well handle that kind of load, but if there are more than a few UPDATE queries it'll struggle. Something like PostgreSQL would be a much better choice, and it's easy to set up with most distributions and with packages for most platforms.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Restful Web Service Error

From Dev

RESTful web service - HATEOAS

From Dev

State in Restful web service

From Dev

Client in REstful web service

From Dev

About RESTful web service

From Dev

State in Restful web service

From Dev

RESTFUL Web Service - List

From Dev

ColdFusion RESTful web service

From Dev

RESTful web service body format

From Dev

Jersey Restful Web Service - MessageBodyProviderNotFoundException

From Dev

Restful Web Service with Kerberos Authentication

From Dev

Transaction in RESTful web service with ORMLite

From Dev

Jersey Restful Web Service - MessageBodyProviderNotFoundException

From Dev

RESTful web Service for Android Application

From Dev

Is there a standard term for an HTTP web service that is not RESTful or for a call to such a web service?

From Dev

how to consume a Restful Web Service (Restful API) in Java

From Dev

How to call RESTful web service remotely

From Dev

Add Delete Method in a RESTful web service

From Dev

RESTful web service to get random number verb

From Dev

Jersey RESTful Web Service Connection Refused

From Dev

Implementing RESTful web service with two parameters?

From Dev

AngularJS using RESTful web service authentication

From Dev

Securing RESTful web service using Apache Shiro

From Dev

Spring @RequestBody annotation in Restful web service

From Dev

How to expose a C library to a RESTful web service

From Dev

Using Jersey RESTful web service with TomEE

From Dev

Web API 2 - restful service - URL encoded

From Dev

Consume multiple resources in a RESTful Web Service

From Dev

Port binding for Spring RESTful Web Service