Stack Exchange
sign up
|
log in
|
Database Administrators
Questions
Tags
Tour
Users
Ask Question
CL.
less info
meta user
|
network profile
201
reputation
1
5
bio
website
location
Germany
age
36
visits
member for
8 months
seen
7 hours ago
stats
profile views
4
201
reputation
bio
website
visits
member for
8 months
1
5
badges
location
Germany
seen
7 hours ago
summary
answers
questions
tags
badges
favorites
bounties
reputation
activity
8
Comments
suggestions
reviews
revisions
comments
badges
posts
accepts
all
Apr
1
comment
Read-only on an SQLite database which is being modified by another program
SQLite write locking documentation
.
Feb
11
comment
Delete with subquery with no unique columns
What exactly is that "some condition"?
Jan
17
comment
Delete word, its meanings, its meaning's example sentences from DB
@HLGEM: SQLite doesn't have write concurrency and locks the entire database, so locking doesn't making a difference.
Oct
4
comment
How can I create a MySQL database based on a SQLite schema?
See the answers of the
Convert MySQL to SQlite
SO question.
Oct
2
comment
Can I monitor the progress of importing a large .sql file in sqlite3 using zenity --progress?
Now works for me with
--auto-close
.
Oct
2
comment
Can I monitor the progress of importing a large .sql file in sqlite3 using zenity --progress?
Output the percentages to the console (
>&2
instead of
>&3
) to check whether they are correct.
Oct
2
comment
Can I monitor the progress of importing a large .sql file in sqlite3 using zenity --progress?
It's likely that the first lines in your file are executed faster.
Sep
27
comment
SQLite Performance Tuning
duplicate of
SQLite Select Query Performance Tuning
on SO
Database Administrators Stack Exchange works best with JavaScript enabled