Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

db.vacuum: Add module to manage SQL vaccum #2462

Draft
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

wenzeslaus
Copy link
Member

  • Can perform SQL VACUUM.
  • Can enable auto-vacuum for SQLite.

* Can perform SQL VACUUM.
* Can enable auto-vacuum for SQLite.
@wenzeslaus wenzeslaus added enhancement New feature or request Python Related code is in Python database Related to database management labels Jun 24, 2022
@wenzeslaus wenzeslaus added this to the 8.4.0 milestone Jul 25, 2022
@wenzeslaus wenzeslaus modified the milestones: 8.3.0, 8.4.0 Feb 10, 2023
@echoix
Copy link
Member

echoix commented Mar 21, 2024

Is this still something planned or can be closed?

@wenzeslaus
Copy link
Member Author

This was created in context of:

Not a high priority for me, but the code is in a good shape and can be merged. Some feedback would be helpful to see if this useful for people.

<a href="db.login.html">db.login</a>,
<a href="db.connect.html">db.connect</a>,
<a href="db.tables.html">db.tables</a>,
<a href="db.describe.html">db.describe</a>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
<a href="db.describe.html">db.describe</a>
<a href="db.describe.html">db.describe</a>,

Comment on lines +41 to +42
Markus Neteler<br>
Driver and database options added by Martin Landa, Czech Technical University in Prague, Czech Republic
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
Markus Neteler<br>
Driver and database options added by Martin Landa, Czech Technical University in Prague, Czech Republic
Vaclav Petras, <a href="https://geospatial.ncsu.edu/geoforall/">NCSU GeoForAll Lab</a>

(affiliation taken from other HTML file under scripts/)

#############################################################################

# %module
# % description: Vacuums (cleans) database from dropped (deleted) data
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
# % description: Vacuums (cleans) database from dropped (deleted) data
# % description: Vacuums (cleans) database from dropped (deleted) data.

@@ -35,6 +35,7 @@ <h2>EXAMPLES</h2>
<h2>SEE ALSO</h2>

<em>
<a href="db.vacuum.html">db.vacuum</a>,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also add this to

  • db.dropcolumn.html
  • db.dropdb.html
  • db.droptable.html
    ?

@wenzeslaus
Copy link
Member Author

@neteler What about the big picture here? Do you think this is useful?

@wenzeslaus wenzeslaus modified the milestones: 8.4.0, 8.5.0 Apr 26, 2024
@github-actions github-actions bot added vector Related to vector data processing HTML Related code is in HTML module docs labels Jul 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
database Related to database management docs enhancement New feature or request HTML Related code is in HTML module Python Related code is in Python vector Related to vector data processing
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants